I also find I *rarely* need to work with arrays, as using List data (variables with lines with tab delimited items) are almost as fast
And sometimes faster. I had to write a query engine for one of my client's projects, and found that using "repeat for each line" is about 15-20% faster than using "repeat for each element".
However if you need random access to specific items then arrays are a several times faster than lists.
-- Richard Gaskin Fourth World Media Corporation ___________________________________________________ Rev tools and more: http://www.fourthworld.com/rev _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
