Re: CR/LF Control With WRITEs to Console



The standard way to elimintae the output of a cr-lf in formmated
output is to use the backslash '\' in the format statement, whenever
you need to continue on the same line for the NEXT output (not this
one). CVF supports this, because I use it.

I prefer to write BINARY UNFORMATTED text without format statements,
for any program-designed page writing (for example when writing a WORD-
readable document by outputting RTF code).

.



Relevant Pages