Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

SCOPE_LEVEL


Syntax | Return Value | Arguments | Keywords | Version History | See Also

The SCOPE_LEVEL function returns the scope level of the currently running procedure or function.

Note
For more information, see Interpreter Frames, Level, and Variable Scope.

Syntax

Result = SCOPE_LEVEL()

Return Value

Returns an integer specifying the level of the currently running procedure or function.

Arguments

None

Keywords

None

Version History

Introduced: 6.1

See Also

HELP, SCOPE_VARFETCH, SCOPE_VARNAME, ROUTINE_INFO


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]