Arrays: new and old keys, i

David Bovill david at vaudevillecourt.tv
Sat Sep 13 14:49:13 EDT 2008


2008/9/13 Mark Wieder <mwieder at ahsoftware.net>

>
> push "title 1" onto theDataA[]
> push "title 2" onto theDataA[]
> pop theDataA[] into tCurrentTitle


That would do me - except the most useful would be the ability to get the
full ordered index.

put the ordered keys of theDataA

Because you want to things like:

repeat for each key sortedKey in theDataA
> end repeat


rather than just pop them out singly.  How would you say that?



More information about the use-livecode mailing list