| lzCreateStrArray |
creates an Elzed string array |
| lzCreateStrVar |
creates an Elzed string variable |
| lzDeleteVar |
deletes an Elzed variable |
| lzEvalExpHndl |
evaluates the passed-in expression handle |
| lzEvalExpHndlToBool |
evaluates the passed-in expression handle and returns a boolean result |
| lzEvalExpHndlToComp |
evaluates the passed-in expression handle and returns a complex result |
| lzEvalExpHndlToStrB |
evaluates the passed-in expression handle and returns BSTR result |
| lzEvalExpStr |
evaluates the passed-in string expression and returns the data type of the result |
| lzEvalExpStrToBool |
evaluates the passed-in string expression and returns a boolean result |
| lzEvalExpStrToComp |
evaluates the passed-in string expression and returns a complex result |
| lzEvalExpStrToStrB |
evaluates the passed-in string expression and returns a BSTR result |
| lzGetBooleanTrue |
returns the current value representing boolean TRUE |
| lzGetBoolVarValue |
returns the value of the indicated boolean variable |
| lzGetInvertArrayIndices |
returns a boolean value indicating whether array indices are being inverted before evaluation (VB support) |
| lzGetLastBoolResult |
returns the value of the last boolean result |
| lzGetLastErrorTextB |
returns the text of the Elzed last error in a BSTR |
| lzGetLastImagResult |
returns the imaginary part of the last numeric result |
| lzGetLastNumResult |
returns the real part of the last numeric result |
| lzGetLastRealResult |
returns the real part of the last numeric result |
| lzGetLastResultType |
returns the data type of the last result |
| lzGetLastStrResult |
returns the value of the last string result |
| lzGetLastStrResultB |
returns the value of the last string result in a BSTR |
| lzGetParmCount |
returns the number of parameters passed to a linked external operator |
| lzGetParmSig |
returns the "signature" of the parameters passed to a linked external (callback) operator |
| lzGetParmSigB |
returns the "signature" of the parameters passed to a linked external (callback) operator in a BSTR |
| lzGetParmType |
returns the data type of the numbered parameter passed to a linked external operator |
| lzGetStrArrayElementB |
returns the value of the indicated string array element in a BSTR |
| lzGetStrParmB |
returns the value of the numbered string parameter passed to a linked external operator in a BSTR |
| lzGetStrVarValueB |
returns the value of the indicated Elzed string variable in a BSTR |
| lzGetVarType |
returns the data type of the indicated Elzed variable |
| lzIsOp |
returns a boolean value indicating whether the passed-in string value is the name of an operator |
| lzIsSymbol |
returns a boolean value indicating whether the passed-in string value is the name of an operator or Elzed variable |
| lzIsVar |
returns a boolean value indicating whether the passed-in string value is the name of an Elzed variable |
| lzLinkStrArray |
associates a string array from your code to an Elzed variable |
| lzSetBooleanTrue |
sets the value to represent boolean TRUE |
| lzSetBoolVar |
sets the value of the indicated Elzed boolean variable |
| lzSetInvertArrayIndices |
indicates whether to invert array indices before evaluation (VB support) |
| lzSetStrArrayElement |
set the value of an element in an Elzed string array |