SmithS9 Posted April 30, 2007 Posted April 30, 2007 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!
Shevilie Posted April 30, 2007 Posted April 30, 2007 Well theres a recursive max.... and that would be the problem. Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
SmithS9 Posted April 30, 2007 Author Posted April 30, 2007 Well theres a recursive max.... and that would be the problem.Oh... so I guess I cannot override it, right?
PaulIA Posted April 30, 2007 Posted April 30, 2007 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
Shevilie Posted April 30, 2007 Posted April 30, 2007 Oh... so I guess I cannot override it, right?No you cant override it... But show some code and we should could be able to make a workaround as PaulIA suggest Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
SmithS9 Posted April 30, 2007 Author Posted April 30, 2007 No, I won't... because I think the purpose wouldn't be so welcomed. But thank you for the replies.
PaulIA Posted April 30, 2007 Posted April 30, 2007 No, I won't... because I think the purpose wouldn't be so welcomed. But thank you for the replies.<Sniff> <Sniff> Was that a request to be banned that I just smelled? Moron. Auto3Lib: A library of over 1200 functions for AutoIt
SmithS9 Posted May 1, 2007 Author Posted May 1, 2007 Nice vocabulary... thank you for the... compliment.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now