putenv

Allows you to set or change the value of an environment variable.

Format:

 
aview toolkit putenv
env =
string
value =
string

Example:

 
aview toolkit putenv &
env =
"MY_VARIABLE" &
value =
"1"

Description:

 
Parameter
Value Type
Description
env
string
Character string denoting an environment variable.
value
string
Character string to be stored as the value of the environment variable.

Extended Definition:

See view function PUTENV for more information.