Brian, Holy smokes this is much better!! Not even a second vs 2 minutes. I've been schooled...much appreciated!
Thank you, Jim... On Wednesday, April 09, 2008, at 06:04PM, "Brian Yennie" <[EMAIL PROTECTED]> wrote: >Jim, > >Try this revised script with "repeat for each": > >on mouseUp > set cursor to watch > put cd fld "test" into tempvar > set the itemDel to tab > put 0 into addvar > repeat for each line L in (line 2 to -1 of tempvar) > if item 15 of L is "FL" then add 1 to addvar--simple test for speed > end repeat > answer addvar >end mouseUp >> > >--- >Brian Yennie > > >_______________________________________________ >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 > > _______________________________________________ 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
