DLLOAD
Top  Previous  Next

(DLLOAD('libraryname.ext'))

Checks to see if a given library file is loaded.

The function returns an integer value of 1 if the library is loaded and 0 if a given library is not loaded.

Example:

SET VARIABLE vLoadPlugin = (DLLOAD('RAudioPlayer.RBL'))