Jump to content

Recommended Posts

Posted

You're probably calling the same function recursively, without ever exiting the function.

Posted

Recursion is a powerful tool, but it may not be quite what you're after. If your script is not too big, perhaps you can post it here (along with a description of what you want it to do) and someone can help .. :ph34r:

Posted (edited)

What is the maximum number of times I can call a function from a function?

According to the FAQ:

Depth of recursive calls: 384 levels

We may figure out a way of making this bigger in the near future, but for now, 384 is it.

Edited by Nutster

David Nuttall
Nuttall Computer Consulting

An Aquarius born during the Age of Aquarius

AutoIt allows me to re-invent the wheel so much faster.

I'm off to write a wizard, a wonderful wizard of odd...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...