KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzSetDefaultVariableScope

The lzSetDefaultVariableScope function sets the default variable scope in the current context.

void lzSetDefaultVariableScope(
   char cScopeCode   // the scope code of the desired default scope
);

Parameters

cScopeCode
   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

   None.

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



  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy