- Aug
- 2,300
- 111
In the help file, it states "SETLOCAL and ENDLOCAL may be nested up to 32 levels deep".
So, when I go beyond 32 levels, I get the following;
Is there a way to determine how many SETLOCAL levels deep I am presently at?
Joe
So, when I go beyond 32 levels, I get the following;
Code:
c:\users\jlc\utils>setlocal
TCC: Exceeded SETLOCAL nesting limit
Is there a way to determine how many SETLOCAL levels deep I am presently at?
Joe