Need to filter out items of list

Magicgate Software - Skip Kimpel skip at magicgate.com
Tue Jun 3 15:13:22 EDT 2014


I thought that might be a little inefficient, but once again, I am
overthinking it!

Thanks for all of your help.


On Tue, Jun 3, 2014 at 3:05 PM, Klaus major-k <klaus at major-k.de> wrote:

> 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
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list