env

env

env

Function

Read the user global environment object, or read the user global variable by name.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
nameStringNoNoneUser global variable name.

Return value

TypeDescription
Object/Any/EmptyReturns the user global object without parameters; returns the variable value if the name is hit; returns Empty if the name is not hit.

Example

Notes

  • Only read global variables saved by VM, do not scan local variables.