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

_______________________________________________
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