Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Documentation HELP nit: @LINES

May
3,515
5
The text quoted below should reference internal variables:

@LINES also sets two environment variables:

%_LINES_MAXLEN The length of the longest line (in characters)
%_LINES_MAXLOC The line number (base 0) of the longest line
 
Are there any other environment variables with names conforming to the internal variable name format (i.e., leading underscore character)?
 
Are there any other environment variables with names conforming to the internal variable name format (i.e., leading underscore character)?
Probably millions.
Of course, I meant built into TCMD or TCC! Even in 4DOS it was stated that one can even override an internal variable by defining an identically name environment variable, so naturally, I did not mean user defined ones.
 
Back
Top