Eval_String

<< Click to Display Table of Contents >>

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

Eval_String

 

Description

 

Evaluate a string buffer representing a string expression.

 

Syntax

 

s = Eval_String(StringBufferToEvaluate)

 

Returns

 

String: the result of the string expression

 

Parameters

 

Name

Type

Optional

Meaning

StringBufferToEvaluate

String

No

A string expression to evaluate

 

Remarks

 

List of supported keywords inside Eval: see here.

 

Restrictions

 

See also

 

Examples