| ELZED | Documentation | The Details | API |
| lzGetInvertArrayIndicesThe lzGetInvertArrayIndices function reports whether or not linked array indices will be inverted in the current context. bool lzGetInvertArrayIndices();
Parameters
Return Value | Returns TRUE if array indices applied to linked arrays will be inverted before resolution in the current context, FALSE otherwise. |
Remarks | This function is provided to support Visual Basic. VB and C++ process array indices in reverse order with respect to each other. For Elzed (which is developed in C++) to process linked VB arrays correctly, it must invert (reverse) the list of indices before resolving the target array element.
We can't imagine a need to invert linked array indices in the C++ environment. In our experience, however, that is a compelling reason to make the option available to you. |
Versions | Introduced in Elzed 1.2.0 | | This page describes the version of lzGetInvertArrayIndices active in Elzed 2.5.0 (41: 2.5.0) |
See Also |
| |