Supported keywords in Eval_... functions

<< Click to Display Table of Contents >>

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

Supported keywords in Eval_... functions

 

Description

 

Syntax

 

Returns

 

Parameters

 

Remarks

 

Current supported numeric functions that can be used inside Eval_... functions are:

SIN, COS, RND, RNDF, SQR, ROUND, FIX, CEIL, FRAC, INT, ABS, SGN, TAN, ATN, EXP, EXP2, EXP10, LOG, LOG2, LOG10, PI, MAX, MIN, FACT

 

Current supported string functions that can be used inside Eval_... functions are:

CHR$, MID$, LEFT$, RIGHT$, REPEAT$, FORMAT$, LEN, PARSE$, PARSECOUNT, STR$, REMOVE$, EXTRACT$, INSTR, VAL, TRIM$, RTRIM$, LTRIM$, UCASE$, LCASE$, MCASE$, LSET$, CSET$, RSET$, TALLY, REPLACE$, VERIFY, STRDELETE$, STRINSERT$, STRREVERSE$, ASC, STRCONST$, CHOOSE$, IIF$, MAX$, MIN$

 

Restrictions

 

Attention:

the supported functions mentioned above, are not the same as thinBasic functions so syntax can be little different.

We will harmonize them in next thinBasic releases.

 

See also

 

Examples