Built-in functions / Built-in functions |
Sets the value of an environment variable.
FGL_SETENV( variable STRING, value STRING )
The FGL_SETENV() function sets or modifies the value of an environment variable.
There is a little difference between Windows™ and UNIX™ platforms when passing a NULL as the value parameter: On Windows, the environment variable is removed, while on UNIX, the environment variable gets an empty value (i.e. it is not removed from the environment).