On Wed, Nov 26, 2008 at 9:47 PM, Jeff Johnson <[EMAIL PROTECTED]> wrote: > =FPUTS(lnhandle, lcstring)
One thing you might want to check is double quotes in the data. I believe in CSV files these are double quoted. You can use STRTRAN to replace " with "". Also, seeing as this is a memo field you may or may not want to strip out carriage returns and linefeeds... -- 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.

