Navigation: thinBasic Modules > Core > General > Variable_Exists |
|
Description
Check if a variable exists with the given name.
Syntax
n = Variable_Exists(VariableName)
Returns
Number: %TRUE or %FALSE
Parameters
Name |
Type |
Optional |
Meaning |
VariableName |
Name |
No |
A possibly variable name to check. |
Remarks
#DEF is an alias of Variable_Exists
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |