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