how to refer to a custom prop that is a multidimensional array

dunbarx dunbarx at aol.com
Tue Jan 23 08:58:49 EST 2018


Hi.

I am not sure I understand your question. What is different about this:

on mouseUp
   put 6 into myArray["x"]["a"]
   put 7 into myArray["x"]["b"]
   put 8 into myArray["x"]["c"]
   
   answer myArray["x"][any char of "abc"]
end mouseUp

Craig Newman



--
Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html




More information about the use-livecode mailing list