Split would works for simple data sets. This made up example would support split just fine. > On Aug 19, 2016, at 8:29 PM, Monte Goulding <mo...@appisle.net> wrote: > > Mark you could use the split command here if you don’t mind numerically > indexed arrays. > >> On 20 Aug 2016, at 9:07 AM, Mark Talluto <m...@canelasoftware.com> wrote: >> >> command createArray >> local tListOfRecordIDs, tTableID >> >> put fld "recordID data" into tListOfRecordIDs >> put uuid() into tTableID >> >> --FOUND IT FASTER TO WALK THROUGH LONG LISTS >> --WHEN WE PUT THEM IN AN ARRAY LIKE THIS >> --ONCE THE ARRAY IS MADE, IT WILL BE USED MANY TIMES OVER >> --NEGATING THE COST OF MAKING THIS ARRAY >> repeat for each line xRecordID in tListOfRecordIDs >> put empty into tArrayA[tTableID][xRecordID] >> end repeat >> >> processArray tArrayA >> end createArray > > _______________________________________________ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode
_______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode