其他语句
不在任何其他类别中涉及到的语句会在这里进行介绍。
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.
声明和定义要通过 Collabora Office Basic 执行的 DLL 文件中的子例行程序。
Exits a Do...Loop, For...Next, a function, a property, or a subroutine.
释放由 Declare 语句加载的 DLL。如果再次调用已释放 DLL 中的某个函数,则该 DLL 会自动重新加载。请参阅: Declare
对自变量列表进行求值。自变量列表由表达式和表达式后面的值组成。Switch 函数返回一个与该函数传送的表达式相关的值。
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.