Difference between revisions of "Clearenv"
(added group) |
(→Description) |
||
Line 14: | Line 14: | ||
===Description=== | ===Description=== | ||
− | This ''flag'' has to be set to ''1'' to actually | + | This ''flag'' has to be set to ''1'' to actually clear the environment. If done, the ''whole'' environment will be emptied. Look at [[delenv]] if you just want to remove single variables. |
==See also== | ==See also== |
Latest revision as of 12:02, 6 May 2008
clearenv | |
Variants | clearenv |
Previously | {{{PREVIOUS}}} |
Group | Flow Control |
Version | advcheck.dll ??? < 1.5.4.5 |
Clears the environment completely.
Contents
Usage
clearenv=<flag(boolean)>
Examples
clearenv=1
Description
This flag has to be set to 1 to actually clear the environment. If done, the whole environment will be emptied. Look at delenv if you just want to remove single variables.