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

DspGetEnv

Gets a page environment variable.

Syntax

DspGetEnv(sName)

sName:

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

Return Value

The value of the variable (as a string).

Example

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

See Also

Display Functions