pass by reference with multiple parameters?
Alex Rice
alrice at ARCplanning.com
Sun Jul 13 21:07:01 EDT 2003
On Sunday, July 13, 2003, at 07:27 PM, Dar Scott wrote:
> Looks good to me.
>
> This works:
>
> on mouseUp
> put 5 into x
> testIt x, 6
> end mouseUp
>
> on testIt @a, b
> put a && b
> end testIt
OK that works... This is actually what I'm seeing though: put the
testit handler into a card script. Then execute this in the multiline
message box:
put 5 into x
testIt x, 6
Is your output then just "5"?
Alex Rice, Software Developer
Architectural Research Consultants, Inc.
http://ARCplanning.com
More information about the use-livecode
mailing list