Difference between revisions of "Clearenv"
m (added info box) |
(→Description) |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
|VARIANTS = | |VARIANTS = | ||
|PEVERSION = ??? < 1.5.4.5 | |PEVERSION = ??? < 1.5.4.5 | ||
+ | |GROUP = Flow Control | ||
}}Clears the environment completely. | }}Clears the environment completely. | ||
Line 13: | 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.