Help with Arrays

Mark Wieder mwieder at ahsoftware.net
Mon Oct 14 20:25:02 EDT 2013


Bill Vlahos <bvlahos at ...> writes:

> How would I do this using an array?

Well, Phil beat me to it, but I was going to suggest much the same thing.
That repeat loop is what does the trick.

Of course, the real-world answer probably depends on where the list of names
is coming from... if it's in a mongodb database, just issue an aggregate
command and get your results much faster with a one-liner than anything you
could think of doing in a script.

-- 
 Mark Wieder
 mwieder at ahsoftware.net






More information about the use-livecode mailing list