STREXTRACT came along in 7 maybe? It really simplifies a lot of that old OCCURS()/AT()/RAT() type code
-- rk -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of [email protected] Sent: Friday, April 21, 2017 11:19 AM To: [email protected] Subject: STREXTRACT (was RE: Text file import) On 2017-04-20 11:56, Kevin J Cully wrote: > <snipped> > oRec.Fld01 = STREXTRACT(cFulLField, "|", "|", 1) > oRec.Fld02 = STREXTRACT(cFulLField, "|", "|", 2) > oRec.Fld03 = STREXTRACT(cFulLField, "|", "|", 3) && Might be a > memo field Wow! Never heard of this function before, so I looked it up in VFP and there it is! Thanks!!!!!!!!!! _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/bn4pr10mb091379b5cd604d3f1664ddfed2...@bn4pr10mb0913.namprd10.prod.outlook.com ** 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.

