Navigation: thinBasic Modules > Eval > Eval_SetNumber |
|
Description
Define a numeric variable to be used inside Eval function. If variable already exists only its value will change.
Syntax
n = Eval_SetNumber(VariableName, VariableValue)
Returns
Number. Returns the VariableValue passed
Parameters
Name |
Type |
Optional |
Meaning |
VariableName |
String |
No |
The name of the variable you want create or change |
VariableValue |
Number |
No |
The value to assign to variable |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |