On 7/4/17 10:11 am, Lagi Pittas via use-livecode wrote:
Hi Richmond,

I'm wondering if the recursion limit is limited  within the IDE and you are
allowed to recurse to your hearts content in a standalone.

Possibly . . . I don't know how to 'recurse' but I do know how to 'curse to my heart's discontent'.

I am trying to code a virtual robot mouse which will find its way through a maze using intersect,

and will find another, non-recursive way to do things (this is not a problem as I was messing around with recursion
because of another problem I had with the thing) . . .

However, as this is the only time I have come up against the recursion limit I was wondering
whether there is a way to circumvent it, in the IDE.

Richmond.


Well that's what I would surmise from the error message - IDEstack.

I could be wrong though.

Regards Lagi

On 4 July 2017 at 08:05, Richmond Mathewson via use-livecode <
use-livecode@lists.runrev.com> wrote:

"the handler: revIDEStackNameIsIDEStack
has reached the recursion limit of: 400000.
Execution will be terminated to prevent hang"

OK, OK, hanging is a type of execution.

This is "all very charming" but I want the script to
go on "crawling up its own bottom" considerably
longer than that . . .

Does anyone know how to circumvent
this limit?

Richmond.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to