Need to filter out items of list

Klaus major-k klaus at major-k.de
Tue Jun 3 15:05:47 EDT 2014


Hi Skip,

Am 03.06.2014 um 21:02 schrieb Magicgate Software - Skip Kimpel <skip at magicgate.com>:

> True... forgot about the "read only" issue.  Given that I have about
> 150,000 rows of data to process I am going to need to create some type of
> progress bar or counter.  Using the "repeat for each xxx" method, how would
> I obtain the current line position?

manage your own counter, still fast enough!
...
put 0 into tCounter
repeat for each ...
  add 1 to tCounter
  ## repeat stuff here...
...
You get the picture :-)

> Thanks,
> 
> SKIP

Best

Klaus

--
Klaus Major
http://www.major-k.de
klaus at major-k.de





More information about the use-livecode mailing list