getenv()

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

Syntax

getenv(name)

Description

Returns the value of the Omnis process environment variable with the specified name.

Example

# Get the executable search PATH environment variable
Calculate lVar1 as getenv("PATH")