" if I'm not mistaken, Windows uses two different characters and *nix uses one."
You've got it Mike. 'nix uses LF (chr(10))only and Windows uses CR + LF (chr(10) chr(13)). On Thu, Dec 6, 2012 at 6:31 PM, Mike Staver <[email protected]> wrote: > if I'm not mistaken, Windows uses two different characters and *nix uses > one. -- Dawn
