Celtic88 Posted April 24, 2013 Posted April 24, 2013 A big problem how can ignore this ERROR!---------------------------AutoIt Error---------------------------Line 1753 (File "C:\Users\DOC\Desktop\AUTOIT\CLIEN.au3"):LOCAL $SIZE = GETDESSIZ(STRINGLEN($TYP))Error: Recursion level has been exceeded - AutoIt will quit to prevent stack overflow.---------------------------OK ---------------------------http://www.youtube.com/watch?v=Z9uFP6WuM9Y&feature=youtu.be
czardas Posted April 24, 2013 Posted April 24, 2013 Essentially the answer is you can't, and you should not want to ignore it. You can read about recursion limits here: I didn't understand the video BTW. operator64 ArrayWorkshop
Celtic88 Posted April 24, 2013 Author Posted April 24, 2013 I didn't understand the video BTW.show source code!
czardas Posted April 24, 2013 Posted April 24, 2013 (edited) Yes, that would help to find the problem. The question is which function is responsible for exceeding the recursion limit and how to solve that. Perhaps there is a more suitable function in example scripts which does the same job without using recursion. Edited April 24, 2013 by czardas operator64 ArrayWorkshop
Celtic88 Posted April 24, 2013 Author Posted April 24, 2013 Yes, that would help to find the problem. The question is which function is responsible for exceeding the recursion limit and how to solve that. Perhaps there is a more suitable function in example scripts which does the same job without using recursion.OHHHH YOU ARE MY HERO THANK YOU CASE CLOSED
czardas Posted April 24, 2013 Posted April 24, 2013 I'm happy you figured it out. That's excelllent. operator64 ArrayWorkshop
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