Developer Annoyance #1

Dick Kriesel dick.kriesel at mail.com
Fri Mar 17 04:58:03 EST 2006


On 3/17/06 12:47 AM, "Arthur Urban" <aturban at qwest.net> 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





More information about the use-livecode mailing list