At 08:33 AM 8/21/02 -0500, Louis Turk wrote: >Andrew, > >At 09:19 AM 8/21/2002 +1200, you wrote: >>... >>Note that Windows printers require CR and LF to be sent for the end of >>line; newline. If you must print directly from Rebol, you'll need to >>replace/all of the newline values in your text with these values. > >How are you doing this?
write/with %somefile "somedata" "^M^/" or you could use "^(0D)^(0A)", it means the same thing. Brian -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
