LiveCode 4.6.1 message path and behaviors

Björnke von Gierke bvg at mac.com
Sun May 22 19:50:48 EDT 2011


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





More information about the use-livecode mailing list