Visara Master Console Center Scripting Guide Bedienungsanleitung Seite 122

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 262
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 121
Chapter 5 Script Commands
Scripting Guide 122
GETENV
Syntax:
GETENV($Variable) ==> $Value
Description:
Obtains the current value of the given environment variable.
Action:
Searches the host system environment list for a string that matches
the given variable. Returns the value if found or an empty string if
there is no match.
Parameters:
$Variable: String. The environment variable name.
Returns:
String value for the environment variable (may be the empty string)
Example:
$Variable := GETENV( "PPID" )
LOG( LOG_FLT, "PPID has the value '" + $Variable + "'",
6)
See Also:
SYSEXEC
Seitenansicht 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 261 262

Kommentare zu diesen Handbüchern

Keine Kommentare