CR/LF in file

That depends on which operating system the process is running. On Windows its always cr/lf ( CHR(10) and CHR(13) respectively ) whereas on *nix it's alway only CHR(10) when you just use SKIP.

You could manually add them at the end of the line with the PUT command.

HTH, RealHeavyDude.
 
Back
Top