wow that's fucked up. some things in this language makes me doubt that there's 
intelligent life out there :(

On 23 May 2011, at 01:19, Ken Ray wrote:

> Actually, "send" *does* accept arrays... it's just that you have to
> structure the send a little differently:
> 
> on mouseUp
>  put "Ken" into tNameA["First"]
>  put "Ray" into tNameA["Last"]
>  send "ShowName tNameA" to me
> end mouseUp
> 
> on ShowName pNameA
>  put "My name is:" && pNameA["First"] && pNameA["Last"]
> end ShowName


_______________________________________________
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