On Fri, Apr 10, 2009 at 7:00 PM, Kenneth Kixmoeller <[email protected]> wrote: > My actual technique in the VFP program is to do a #DEFINE CRLF CHR > (13). I started with CHR(13)+CHR(10) but it didn't work, either. I > have tried putting the CHR(13) or CHR(13)+CHR(10) in there without > the defined CRLF.
Have you tried just CHR(10)? It's the standard in Unix-like systems. > Question: I need to look at these files at the most intimate level to > figure out what the differences are. Tools? Ideas? Use a hex editor like HxD: http://mh-nexus.de/en/hxd/ -- Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

