DADiSP Worksheet Functions > Function Categories > Operating System Interface > PUTENV
Sets an operating system environment variable.
PUTENV("string")
"envstr"
-
A string, the environment variable to set.
putenv("PATH=C:;C:DOS;C:DSP")
sets the path to C:; C:DOS; C:DSP.
GETENV