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

Reply via email to