Eval_ErrorClear

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Eval (Math and string expression evaluator) >

Eval_ErrorClear

 

Description

 

Returns the most recent error code occurred during Eval_... execution.

After calling this function, internal error is cleared and reset to zero.

 

Syntax

 

n = Eval_ErrorClear

 

Returns

 

Number.

Zero = no error.

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Restrictions

 

See also

 

Examples