http://qs321.pair.com?node_id=699381


in reply to Format Streaming Text file with CR/LF

The best way depends on what application is going to use the outputted data. On Windows the standard is to use CR-LF at the end of lines, but the convention for Unix systems is just LF.
  • Comment on Re: Format Streaming Text file with CR/LF

Replies are listed 'Best First'.
Re^2: Format Streaming Text file with CR/LF
by drodinthe559 (Monk) on Jul 22, 2008 at 18:51 UTC
    It is going to be used on a Windows system. I'm not sure what the best approach to adding the CR/LF at every 90 position.