Visara Master Console Center Scripting Guide Manuale Utente Pagina 122

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 262
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 261 262

Commenti su questo manuale

Nessun commento