G
Guest
Hi.
I am creating text files for submitting to the companies computer system,
using the Open....Print #1....Close..... method.
When writing the 'footer or trailer' record at the end of the file, it is
specified that the record should be terminated with a carriage return.
Does the Print #1 statement automatically put the carriage return char. at
the end or do I have to include it? e.g. Print #1,"EOF" & chr(13)
Cheers,
Steve.
I am creating text files for submitting to the companies computer system,
using the Open....Print #1....Close..... method.
When writing the 'footer or trailer' record at the end of the file, it is
specified that the record should be terminated with a carriage return.
Does the Print #1 statement automatically put the carriage return char. at
the end or do I have to include it? e.g. Print #1,"EOF" & chr(13)
Cheers,
Steve.