listenv()

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

Syntax

listenv()

Description

Returns a 2 column list of the Omnis process environment variables. Column 1 contains the variable name, and column 2 the variable value. The list is sorted by the variable name column (case insensitive).

Example

# Get the list of environment variables
# There is no need to define the list first; the returned list has 2 character columns, name and value
Calculate lList as listenv()