SmithS9 Posted April 30, 2007 Share 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! Link to comment Share on other sites More sharing options...
Shevilie Posted April 30, 2007 Share 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 Link to comment Share on other sites More sharing options...
SmithS9 Posted April 30, 2007 Author Share Posted April 30, 2007 Well theres a recursive max.... and that would be the problem.Oh... so I guess I cannot override it, right? Link to comment Share on other sites More sharing options...
PaulIA Posted April 30, 2007 Share 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 Link to comment Share on other sites More sharing options...
Shevilie Posted April 30, 2007 Share 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 Link to comment Share on other sites More sharing options...
SmithS9 Posted April 30, 2007 Author Share Posted April 30, 2007 No, I won't... because I think the purpose wouldn't be so welcomed. But thank you for the replies. Link to comment Share on other sites More sharing options...
PaulIA Posted April 30, 2007 Share 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 Link to comment Share on other sites More sharing options...
SmithS9 Posted May 1, 2007 Author Share Posted May 1, 2007 Nice vocabulary... thank you for the... compliment. Link to comment Share on other sites More sharing options...
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