Navigation: thinBasic Modules > Eval > Eval_SetString |
|
Description
Define a string variable to be used inside Eval function. If variable already exists only its value will change.
Syntax
s = Eval_SetNumber(VariableName, VariableValue)
Returns
String. 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 |