[back] [prev] [next] [index] [root]

 


GetEnvironment

Returns the current value of the environment variable name (\name).

Syntax:

st := GetEnvironment(name);

string
  st  
string
  name  

Description:

no detailed description available yet


Example:


kash> GetEnvironment(HOSTNAME);
> "marlin"


<- back[back] [prev] [next] [index] [root]