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.ly...@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
> 
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to