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 

lzGetLastParseIndex

The lzGetLastParseIndex function returns the index of the last character parsed in a source infix expression.

long lzGetLastParseIndex(
   void
);

Parameters

   

None.


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)


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