Eval_ErrorDescription

<< Click to Display Table of Contents >>

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

Eval_ErrorDescription

 

Description

 

Returns the error description passing the error code.

 

Syntax

 

s = Eval_ErrorDescription(ErrorCode)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

ErrorCode

Number

No

The error code for which you want description.

 

Remarks

 

Restrictions

 

See also

 

Examples