| ELZED | Documentation | The Details | API |
| lzGetLastParseIndexThe lzGetLastParseIndex function returns the index of the last character parsed in a source infix expression. long lzGetLastParseIndex();
Parameters
Return Value | Returns the index of the last character processed in the most recent parsing call. |
Remarks | Use this function to debug parsing problems. When an attempt to convert an infix expression fails and returns an error, use this function to determine the character being processed when the error occurred. You must call this function immediately after such an error; subsequent parsing calls (whether successful or not) will change the value returned. |
Versions | Introduced in Elzed 2.3.3 | | This page describes the version of lzGetLastParseIndex active in Elzed 2.5.0 (170: 2.5.0) |
|
| |