Good point. You can format the string any way you want. I have seen data between commas with quotes and without. I have also seen numbers without quotes and text with quotes. With the low-level option you can do anything you want.
Jeff Jeff Johnson [EMAIL PROTECTED] SanDC, Inc. 623-582-0323 Fax 623-869-0675 Phoenix Python User Group - [EMAIL PROTECTED] Paul Hill wrote: > 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... > _______________________________________________ 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.

