Determines whether a function is loaded. Returns a Boolean value (TRUE if loaded and FALSE if not).
Syntax
Function IsFunctionLoaded(FunctionName)
Where FunctionName is a string variable representing the name of the function.