<< Click to Display Table of Contents >> Navigation: ThinBASIC Core 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