CloseLibrary()
Syntax
CloseLibrary(#Library)Description
Closes a library previously opened using: OpenLibrary(), and frees any memory associated with this library.
Note: all remaining opened libraries are automatically closed when the program ends.
Parameters
#Library - The identifying number of the library. This should be the same value which was used to open the library.
Return value
This function does not return any value.
Supported OS
All