| Servertec | env( ) | |
|
|
Returns a hashtable object containing any environmental variables or returns the value associated with the specified environmental variable. Syntaxenv( )ParametersnoneReturnshashtable hashtable object containing environmental variables.Example
Syntaxenv( name )name.env( name ) Parametersname the name of the environmental variable.Returnsstring the value associated with the specified environmental variable.null if the specified environmental variable does not exist. Example
|
|
top of page
|