I'm coming late to the party (I haven't read everything in the directory walker thread) but this isn't recursive code:

On Thursday, September 4, 2003, at 06:13 AM, wouter wrote:

on doTheRecursiveDance
add 1 to lCount
put lCount
if lCount < 10000 then send "doTheRecursiveDance" to me in 0.0001 millisecs
end doTheRecursiveDance

When you send something in time, the call stack is cleared as soon as the routine exits. There is no limit to how far this routine could go.


regards,

Geoff Canyon
[EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to