1) Give a description of the problem
I want to terminate each new Append File line with a carriage return and then some other stuff.
2) What is the expected behaviour?
Append File (Logfile.txt, $localnow + %chr(13) )
3) What is happening/not happening?
None of the sources document a way of encoding ASCII control characters, and none of my fumbling has worked.
The specific application isn’t important. How can I join a nonprintable character to an output string, such that it will be written literally eg Append file (Filename,Data+chr(13)) or chr(8) for tab-delim.