IsFunctionLoadedΒΆ

IsFunctionLoaded determines whether the specified function is loaded. Only loaded functions can be called.

bool = IsFunctionLoaded(ssFunctionName)

Return Value

bool is TRUE (1) if the function is loaded and FALSE (0) if the function is not loaded.

Parameters

ssFunctionName

ssFunctionName is the name of a function.

Example

IsFunctionLoaded("strfind")
1.0000

id-311568