Re: CR/LF Control With WRITEs to Console
- From: Terence <tbwright@xxxxxxxxx>
- Date: Mon, 11 Jun 2007 17:09:04 -0700
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).
.
- Follow-Ups:
- Re: CR/LF Control With WRITEs to Console
- From: John Harper
- Re: CR/LF Control With WRITEs to Console
- References:
- CR/LF Control With WRITEs to Console
- From: tornado Jeff
- Re: CR/LF Control With WRITEs to Console
- From: tornado Jeff
- Re: CR/LF Control With WRITEs to Console
- From: tholen
- CR/LF Control With WRITEs to Console
- Prev by Date: Re: scope of implied-do variable
- Next by Date: Re: CR/LF Control With WRITEs to Console
- Previous by thread: Re: CR/LF Control With WRITEs to Console
- Next by thread: Re: CR/LF Control With WRITEs to Console
- Index(es):
Relevant Pages
|