.. highlightlang:: us .. _loadlib: loadlib ======= .. index:: loadlib .. us.tag loadlib ENGLISH Programming.Symboltable Loads a UniScript-DLL (Dynamik Link Library) into memory. .. function:: bool = loadlib(ssFileName) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: ssFileName *ssFileName* is the complete file name of the DLL. .. us.comment **Comment** UniScript-DLLs are especially written for UniScript using C, C++ or FORTRAN. To call functions from other DLLs, use the function :ref:`RegisterFunction`. .. seealso:: :ref:`overview-programming`, :ref:`load`, :ref:`RegisterFunction` :sub:`id-1272012`