Difference between revisions of "Isenv"

From SpybotWiki
Jump to: navigation, 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:
{{AdvFileParam|isenv}}
+
{{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.

See also

Similar parameters

Similar commands