The DLL LOAD command keyword specifies the Dynamic Link Library (DLL) to LOAD into the program. The keyword syntax is:
DLL LOAD "dllname"
Where:
dllname must be the name of a DLL to load.
Examples of the command keyword in use:
DLL LOAD "Pipecalc"
DLL LOAD "Flowtrak"