Collabora Office 21.06 帮助
将数组的默认下边界定义为 0 或 1。
Option Base { 0 | 1}
此语句必须位于模块中的可执行程序代码之前。
Option Base 1 Sub ExampleOptionBase Dim sVar(20) As String MsgBox LBound(sVar()) End Sub
请支持我们!