HTBasic Help
×
Menu
Index

DLL LOAD

Loads a DLL into the program.
 
        DLL LOAD "dllname"
 
Where:
dllname must be the name of a DLL to load.
 
Usage:
DLL LOAD "Pipecalc"
DLL LOAD "Flowtrak"
 
Description:
The DLL LOAD specifies the Dynamic Link Library (DLL)  to LOAD into the program.
 
See Also: