| ELZED | Documentation | The Details | API |
| lzSetDefaultVariableScopeThe lzSetDefaultVariableScope function sets the default variable scope in the current context. void lzSetDefaultVariableScope( | char cScopeCode | | // the scope code of the desired default scope |
);
ParameterscScopeCode | | A character code indicating the desired default variable scope. The character code must be one of the following values:
Code
|
Constant
|
Meaning
|
'C'
|
kCosmicScope
|
Available in all contexts
|
'G'
|
kGlobalScope
|
Available in current context only
|
'L'
|
kLocalScope
|
Available only within the expression where declared
|
|
Return Value
Versions | Introduced in Elzed 2.4.0 | | This page describes the version of lzSetDefaultVariableScope active in Elzed 2.5.0 (267: 2.5.0) |
See Also |
| |