<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Eval (Math and string expression evaluator) > Eval_GetString |
Description
Returns the string value of the specified variable name inside the latest Eval execution.
Syntax
s = Eval_GetString(VariableName)
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
VariableName |
String |
No |
The name of the variable which value you want retrieve |
Remarks
Restrictions
See also
Examples