CheckExpression

Checks expression validation

int CheckExpression(
        TCHAR *calcstr
)

Parameters
*calcstr
Expression

Return Value
Error code
true: Normal
false: Error found in the expression

Description
Performs a validation check of an expression.
Checks the syntax of an expression entered from outside.

Notes