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