put the cardNames into fld "Index"
Marty Knapp
What command would I use to populate a list field with the names of
all the cards in a stack? Preferably omitting the card the list field
is on?
___
use-livecode mailing list
use-livecode@lists.runrev.
Look at cardNames in the dictionary. And after you get the cardNames you can
use filter to remove the card that has the list field. So something like
this in a button will do what you want. For the quick test I just put it in
a button on the card with the listfield.
on mouseUp
get the cardnam
What command would I use to populate a list field with the names of all
the cards in a stack? Preferably omitting the card the list field is on?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscrib