Processing Large Amounts Of Data

Warren Kuhl warrenkuhl at gmail.com
Wed Jul 29 16:07:34 EDT 2009


I have a variable that has approx 100,000 records (loaded from a text file).
I need to read through each record and extract items from each record.

I am currently using:
Repeat with x = 1 to tRecordCount
Put item 2 of line x of tData into tItem2
Put item 6 of line x of tData into tItem6
...process data
End Repeat

I find this very slow to process. Is there a fast way to process through the
data?

Thanks!

Warren



More information about the use-livecode mailing list