Hi

may be have a look at BasicLibraries.loadLibrary
here is a rough example

Laurent


function loadMyLib(optional pwd)

        if isMissing(pwd) then
                pwd = false
        endif

        if not BasicLibraries.isLibraryPasswordVerified("My_Lib") and pwd then
                chkpwd = 
BasicLibraries.verifyLibraryPassword("My_Lib","thePassword")
        endif
        
        BasicLibraries.loadLibrary("My_Lib")

end function




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to