Cicode Programming Reference > Cicode Function Categories > Display Functions > DspGetEnv

DspGetEnv

Gets a page environment variable.

Syntax

DspGetEnv(sName)

sName:

The name of the variable (set using the page environment dialog).

Note: Page environment variables are case sensitive.

Return Value

The value of the variable (as a string).

Example

FUNCTION
PageGroup()
PageDisplay(DspGetEnv("GroupMenu"));
END

See Also

Display Functions

Published June 2018