On one-dimensional arrays, combine seems to work ok, but once I add a second
dimension things go south.

So yanking all the other data out and trying to eliminate absolutely
everything that might do anything, I have

   put "x" into myArray["1"]["4"]
   put "y" into myArray["2"]["5"]
   put "z" into myArray["3"]["6"]
   combine myArray by "^" and ";"

The result is 1;^2;^3;


Can anyone explain this to me?  I was TRYING to make an array of account
nicknames, usernames, and passwords that I can write to a file, but if I
can't get the above to work, then I certainly can't get something like

["1"]["nickname"] test
["1"]["username"] a
["1"]["password"] b

to work
_______________________________________________
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