- Aug
- 2,267
- 108
In the Help file for @INC...
Should
not be this;
Seems to be missing an @
Joe
Should
Code:
set start=5
set result=%inc[start]
echo %result
not be this;
Code:
set start=5
set result=%@inc[start]
echo %result
Seems to be missing an @
Joe