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 

lzIsArray

The lzIsArray function returns TRUE if the passed-in variable name is an array in the current context at the passed-in scope.

bool lzIsArray(
   char cScope,   // the scope of the array
   const char* szVariableName   // the name of the desired array
);

Parameters

cScope
   A character code indicating the scope of the desired array. 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
'A'
kAnyScope
Either cosmic or global


szVariableName
   A null-terminated character string containing the name of the array to check for.

Return Value

   Returns TRUE if the passed in name is an array at the indicated scope, otherwise FALSE.

Versions

   Introduced in Elzed 2.2.0
Modified in Elzed 2.4.0 -- Array name parameter (char*) is now declared const.
   This page describes the version of lzIsArray active in Elzed 2.5.0 (210: 2.5.0)


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