home *** CD-ROM | disk | FTP | other *** search
- FUNCTION closelibs() - close any previously opened libraries
-
- closelibs()
-
- This function will close any previously opened libraries. If you can
- open it with openlibs() - this function will close it. Doesn't take
- any parameters and all it does is call CloseLibrary() for each currently
- opened library.
-
-
- TODO : Need to support the other libraries that I eventually support in
- openlibs().
-
-
- BUGS : None.
-
-
-