lmOpenLib
lmOpenLib(t_lib[ {t_path| nil } [ {t_config| nil } [ {t_mode| nil } ] ] ] ) => t / nil
Description
Call
lmOpenLib before starting any S/SLG command and call lmCloseLib when you are done if you are not using lmLoadData to load the library command file.Arguments
Example
lmOpenLib( "myLib" )
Opens a library in read mode, where myLib is your working library.
Return to top