If there any easy way to append to a file without replacing it?
pTStream=WriteFile("Error.txt") If not pTStream RuntimeError "Failed to Open the Error.txt File." WriteLine pTStream, sMessage CloseStream pTStream