Visara Master Console Center Scripting Guide Manual do Utilizador Página 122

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 262
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 261 262

Comentários a estes Manuais

Sem comentários