How to disable the 'script appears to be recursive' warning?
Posted: 28 Aug 2009 18:40
How to disable the 'The current script appears to be recursive.' warning?
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:
Thanks!
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"
...