<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Eval (Math and string expression evaluator) > 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_SetString(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 |
String |
No |
The value to assign to variable |
Remarks
Restrictions
See also
Examples