LOTUSSCRIPT LANGUAGE
const MyLib = "?appdll" UseLSX MyLib
' Same as above but if the file appdll.dll is not found, ' script continues to load and execute. A run-time error ' occurs if an unknown object is found.
See Also