![]() ![]() |
|
GETENVAll processes have an environment associated with them that contains a number of variables indicating the state of various parameters. The GETENV function allows a jBC program to determine the value of any of the environment variables associated with it.
COMMAND SYNTAXGETENV(expression, variable)
SYNTAX ELEMENTSThe expression should evaluate to the name of the environment variable whose value is to be returned. The function will then assign the value of the environment variable to variable. The function itself returns a Boolean TRUE or FALSE value indicating the success or failure of the function.
NOTESThere are environment variables specific to jBASE. See also PUTENV
EXAMPLE
|