Navigation: thinBasic language > Script structure > Functions/Subs > FUNCTION_Exists |
|
Description
Checks if a function name exists in current script.
Syntax
Result = FUNCTION_Exists(FunctionName)
Returns
Number. %TRUE or %FALSE
Parameters
Name |
Type |
Optional |
Meaning |
FunctionName |
String |
No |
Name of the function to be checked |
Remarks
FunctionName is the name of the function to be checked.
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |