DLL UNLOAD
Unloads DLL(s) from HTBasic.
DLL UNLOAD "dll-name"
DLL UNLOAD ALL
|
Where:
dll-name must be the name of a DLL to unload.
Usage:
DLL UNLOAD ALL !Removes all loaded DLLs
DLL UNLOAD "Flowtrak" !Removes Flowtrack.dll
Description:
The DLL UNLOAD specifies the Dynamic Link Library (DLL) to UNLOAD from HTBasic.
See Also: