Isenv: Difference between revisions
Jump to navigation
Jump to search
(New page: {{AdvFileParam|isenv}} Checks if an environment variable is set. ==Usage== isenv=<name(string)> ===Examples=== isenv=greeting ===Description=== Checks if the environment variable name...) |
(added info box) |
||
| Line 1: | Line 1: | ||
{{ | {{AdvParamInfo | ||
Checks if an environment variable is set. | |SYNTAX = isenv | ||
|TITLESYNTAX = isenv | |||
|PREVIOUS = | |||
|VARIANTS = | |||
|PEVERSION = ??? < 1.5.4.5 | |||
|GROUP = Flow Control | |||
}}Checks if an environment variable is set. | |||
==Usage== | ==Usage== | ||
Latest revision as of 09:10, 22 February 2008
| isenv | |
| Variants | isenv |
| Previously | |
| Group | Flow Control |
| Version | advcheck.dll ??? < 1.5.4.5 |
Checks if an environment variable is set.
Usage
isenv=<name(string)>
Examples
isenv=greeting
Description
Checks if the environment variable named name is set. The value it is set to does not matter here. Often used in combination with NoOp and skipcount.