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

Reply via email to