To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
DLL LOAD - Loads a DLL into the program.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
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:
DLL GET
,
DLL READ
,
DLL UNLOAD
,
DLL WRITE
,
LIST DLL