putenv()

Function group Execute on client Platform(s)
General NO All

Syntax

putenv(name,value)

Description

Sets the Omnis process environment variable with the specified name to the specified value; creates a new environment variable if necessary; returns Boolean true for success, false for failure.

Example

# Set the environment variable MYVAR to the value MYVALUE
Do putenv("MYVAR","MYVALUE")