The end of string is carriage return end of line which are chr(13) and chr(10). I think the error is in that, as you said you tried chr(11) Try chr(10) instead of chr(11).
HTH, Mike On 09/11/2010 5:59 PM, Kurt Wendt wrote: > Honestly - I think this may be the 1st time I ever used the COPY MEMO TO > command - so, maybe I am just doing something a little bit > out-of-wack... > > I have to create these Pipe Delimited files for thid project where files > get uploaded to this eCommerce type site. When I generate the data, and > insert the data into the Memo field - after building it up - I looked > directly at the Memo field - and it looks fine! The lines properly wrap. > At first I goofed, and failed to add the CHR(13) - but, after doing so - > all looked fine. > > But, then, when it came time to output the file to the final Text file > that would get uploaded to this site - the lines in the final text file > (which I careated using the COPY MEMO TO command) - will NOT Wrap > properly - it just strings it all out when I view it in Notepad. I even > tried adding CHR(11) character (which was just a Guess) - and that > didn't help either! > > Anyone have any insights for me??? > > > Thanks, > > -K- > > > > Developer > > Waitex Information System, Inc. > > > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > [excessive quoting removed by server] _______________________________________________ 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.

