DADiSP Worksheet Functions > Function Categories > Operating System Interface > PUTENV

 

PUTENV

Purpose:

Sets an operating system environment variable.

Syntax:

PUTENV("string")

"envstr"

-

A string, the environment variable to set.

Example:

putenv("PATH=C:;C:DOS;C:DSP")

 

sets the path to C:; C:DOS; C:DSP.

See Also:

GETENV