- Jan
- 179
- 2
Shouldn't ErrorLevel show up In Environment Variables or somewhere? I don't see it anywhere. I can add it to Watch but I would think it should be there.
CMDebug 36.50.59
CMDebug 36.50.59
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!So you shouldn't see it?ERRORLEVEL is not an environment variable, it's an internal variable (in both CMD and TCC).
So you shouldn't see it?
I'm intereseted in 1 that's pretty standard fare for Batch Scripts.That's correct. There are several hundred internal variables in TCC; if they were all displayed you wouldn't have room to see anything else.
The watch list by default shows the ? variable (same as ERRORLEVEL) and _? (error return for internal TCC commands).
If you're interested in specific internal variables, you can add them to the watch list.
I'm intereseted in 1 that's pretty standard fare for Batch Scripts.
It's not in any pane. I don't know what you're talking about.
It doesn't show up in my debugger.