<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Eval (Math and string expression evaluator) > Eval_ErrorGetToken |
Description
If an error has occurred during Eval_... execution, this functions will return the token most close to the position where the error occurred inside evaluation buffer.
Syntax
s = Eval_ErrorGetToken
Returns
String.
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Restrictions
See also
Examples