mea culpa. Your example works just fine. I changed variable names in the
send syntax without initializing them first. This caused the variable
name to be sent as a string and not it's contents. Thank you for helping
me discover this!
Dick Kriesel wrote:
On 3/17/06 12:47 AM, "Arthur Urban" <[EMAIL PROTECTED]> wrote:
I'm sure it evaluates literals just fine, but it does not
evaluate containers.
This works here:
on mouseUp
put 1 into t
send "foo t,t+1"
end mouseUp
on foo
ask the params
end foo
Do you have a counter-example?
-- Dick
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution