At 10:07 AM 1/8/2009, Gunnar Ekblad wrote:
I need to find out if the write statement adds a linefeed or a carriage
return.
Gunnar,
To exclude the default end of character, try the following technique and
see what you get:
Example:
SET WIDTH 700
SET LINES 0
SET EOFCHAR OFF
OUTPUT myfile.txt
-- do what you have to do here ...
OUTPUT SCREEN
SET EOFCHAR ON
SET LINES 19
SET WIDTH 79
RETURN
Hope that helps!
Very Best R:egards,
Razzak.
--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]
(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body,
place any
text to search for.
================================================