directing a function call
Leston Drake
lestond at lpsoftware.com
Tue Apr 6 18:34:08 EDT 2004
You're right. It does work. Somehow I didn't test it properly.
Thanks again.
--Leston
At 03:29 PM 4/6/2004, you wrote:
>On Tuesday, April 6, 2004, at 03:19 PM, Leston Drake wrote:
>
>>I tried
>>send "myEvent" to this stack
>>put the result into myResult
>>
>>in the myEvent handler, I had something like
>>return "myValue"
>>
>>but the result is empty. So I probably misunderstood.
>
>That looks right.
>
>I tried this
>
>Button "tester" script:
>on mouseUp
> send "myEvent" to button "tested"
> put the result
>end mouseUp
>
>Button "tested" script:
>on myEvent
> return "myValue"
>end myEvent
>
>That works.
>
>Are arrays involved?
>
>Dar Scott
>
>
>
>_______________________________________________
>use-revolution mailing list
>use-revolution at lists.runrev.com
>http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list