send "subCheckNow" to me, or?

Mark Wieder mwieder at ahsoftware.net
Fri Jul 7 17:53:38 EDT 2006


Mark-

Friday, July 7, 2006, 1:56:12 AM, you wrote:

> The 2nd won't work, I'm pretty sure.

Nay, not so. I use recursion all the time. I'm not sure what the
recursion limit is dependent on - the following allows me 1445 levels
before causing an error:

local x=0

on mouseUp
  grunt
end mouseUp

on grunt
  put "hello:" & x
  add 1 to x
  grunt
end grunt

-- 
-Mark Wieder
 mwieder at ahsoftware.net




More information about the use-livecode mailing list