Pete wrote:
Next issue is using combine and split with multidimensional arrays.  It
seems like they only work for a single dimension array.  I guess to use them
with multidimensional arrays, you have to apply them to each level of array
key?  Maybe a recursive function of some sort?

Split and combine translate data to and from simple delimited lists, and since lists aren't hierarchical by nature there is no meaningful action that can be performed with those commands on multi-level data.

If the goal is to store an array on disk for later use, see the arrayEncode and arrayDecode functions.

--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 LiveCode Journal blog: http://LiveCodejournal.com/blog.irv

_______________________________________________
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

Reply via email to