_EXPANSION

Print Topic  Return to Overview  Previous Topic  Next Topic 

_EXPANSION returns the current expansion mode (i.e., SETDOS /X).  It returns the string 0 if everything is enabled, or a string of up to 9 characters of the disabled modes.

 

For example, if you disable nested variable expansion and redirection:

 

setdos /x-46

 

then %_expansion will return 46.

Topic "_expansion.htm" last edited 8/30/2006. ©2008  JP Software, Inc.
Keywords: _EXPANSION