CTTable::GetCndxIndexLength
Syntax
#ifdef PROTOTYPE
NINT ctdbDECL ctdbGetCndxIndexLength(CTHANDLE Handle, NINT indexnbr)
#else
NINT ctdbDECL ctdbGetCndxIndexLength(Handle, indexnbr)
CTHANDLE Handle;
NINT indexnbr;
#endif
Parameters
Description
Retrieves the length in bytes of the conditional expression string, given the index number.
Return
Return the length in bytes of the conditional expression or -1 on error.
See also
GetCndxIndex(), GetCndxIndexByName(), GetCndxIndexLengthByName()