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