Jump to content

Disabling Overflow check


Recommended Posts

How can I stop Autoit from automatically ending my program if it overflows? I have a recursive function that must be run a lot of times (there is no way around) and I can't use it because of the overflow. Thanks in advance for any answers!

Link to comment
Share on other sites

How can I stop Autoit from automatically ending my program if it overflows? I have a recursive function that must be run a lot of times (there is no way around) and I can't use it because of the overflow. Thanks in advance for any answers!

I have never seen a case where a recursive function couldn't be coded a different way. Perhaps if you shared the code with us, we could show you how to avoid the problem you are having.
Auto3Lib: A library of over 1200 functions for AutoIt
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...