IsFunctionLoaded determines whether the specified function is loaded. Only loaded functions can be called.
Return Value
bool is TRUE (1) if the function is loaded and FALSE (0) if the function is not loaded.
Parameters
ssFunctionName is the name of a function.
Example
IsFunctionLoaded("strfind")
1.0000
See also
id-311568