Navigation: thinBasic Modules > Eval > 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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |