其他陳述式
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.
宣告和定義要透過 LibreOffice Basic 執行的 DLL 檔案中的子常式。
Exits a Do...Loop, For...Next, a function, a property, or a subroutine.
釋放由 Declare 陳述式載入的 DLL。如果再次呼叫已釋放的 DLL 中的某個函式,則該 DLL 會自動重新載入。另請參閱:Declare
對引數清單進行演算。引數清單由表示式和表示式後面的值組成。Switch 函式傳回一個與該函式傳送的表示式相關聯的值。
將某個物件設定為預設物件。除非宣告其他物件名稱,否則在執行到 End With 陳述式之前,所有屬性和方法都參照標準物件。