Hi Skip,

Am 03.06.2014 um 21:02 schrieb Magicgate Software - Skip Kimpel 
<s...@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
kl...@major-k.de


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to