I wrote a script that means to loop through folders, but this warning popped up every recursion and interrupted the execution. Is there any way to disable it?
I was using some code like this:
Code: Select all
"_func"
...
sub "_func"
...Code: Select all
"_func"
...
sub "_func"
...Code: Select all
setting 'AllowRecursion', 1;