parse a line into fields

Mark Wieder mwieder at ahsoftware.net
Fri Aug 26 12:28:41 EDT 2005


Ken-

Friday, August 26, 2005, 7:04:02 AM, you wrote:

> Something likes this (assuming your boxes are something like numToChar(1)):

>   put replaceText(tData,numToChar(1) & "+",tab) into tData

Even if it's not numToChar(1), how about

 put char 1 of tData into tDelimiter
 put replaceText(tData, tDelimiter & "+", tab) into tData

-- 
-Mark Wieder
 mwieder at ahsoftware.net




More information about the use-livecode mailing list