LibreOffice 7.3:n ohje
Statements that do not belong to any of the other categories are described here.
Transfers the control of the program to a subroutine, a function, or a procedure of a Dynamic Link Library (DLL). The keyword, type and number of parameters is dependent on the routine that is being called.
Esittelee ja määrittelee DLL-tiedoston aliohjelman, joka halutaan suorittaa LibreOffice Basicista käsin.
Vapauttaa DLL:än, joka on ladattu Declare-lauseella. Vapautettu DLL ladataan samalla uudestaan, jos yhtäkin sen funktioista kutsutaan. Katso myös: Declare
Function-lauseella määritellään aliohjelma, jota voidaan käyttää lausekkeena, joka määrittää palautusarvon tyyppeineen.
Switch tulkitsee argumenttien luetteloa, joka koostuu lausekkeista ja niitä seuraavista arvoista. Switch-funktio palauttaa arvon, joka liittyy lausekkeeseen, joka välitetään tälle funktiolle.
Sets an object as the default object. Unless another object name is declared, all properties and methods refer to the default object until the End With statement is reached.