Welcome!

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

SignUp Now!

What are _LINES_MAXLEN and _LINES_MAXLOC?

They're set by @LINES. (The help file calls these "command variables", though @LINES isn't a command. They don't appear in the list of command variables -- I'd guess they were overlooked for that very reason.)
 
They're set by @LINES. (The help file calls these "command variables", though @LINES isn't a command. They don't appear in the list of command variables -- I'd guess they were overlooked for that very reason.)
Yeah but they're in the environment. I'd expect them to be internal like the other "Command Variables".

And (whatever) I don't think _LINES_MAXLOC is correct; see below.
Code:
v:\ipreg\country> echo %@lines[ipcountry.txt] & set _*
82165
_LINES_MAXLEN=20
_LINES_MAXLOC=9223372034707292160
 

Similar threads

Back
Top