Comma-delimited values
DunbarX at aol.com
DunbarX at aol.com
Mon Mar 8 13:18:10 EST 2010
Here is an easy way:
on mouseUp
put yourdata into temp
repeat for each line tLine in yourdata
replace comma with tab in item 3 to 50 of tLine
end repeat
put yourdata into whereEverYouWant
end mouseUp
This should be pretty readable.
Craig Newman
In a message dated 3/8/10 12:44:39 PM, gregory.lypny at videotron.ca writes:
> "Mon, Jan 18 , 2010",9:14
> AM,130557,4319,Trade,Buy,X,135,8.25,10,-82.5,1417.5,20,10
>
More information about the use-livecode
mailing list