Don't forget that you can iterate over the keys if you need them:

repeat for each key tStack in tStacks

or over the elements if you don't need the keys:

repeat for each element V in tStacks

On Mon, Mar 18, 2019 at 4:10 PM Mark Wieder via use-livecode <
[email protected]> wrote:

> On 3/18/19 3:50 PM, Bob Sneidar via use-livecode wrote:
> > Nice little shortcut. I usually put the keys into a variable first so I
> can see what they are when debugging.
>
> I do too, but this was just a one-off proof of concept.
>
> --
>   Mark Wieder
>   [email protected]
>
> _______________________________________________
> use-livecode mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to