Collabora Office 21.06 Help
將陣列的標準下邊界定義為 0 或 1。
Option Base { 0 | 1}
此陳述式必須位於模組中的可執行程式碼之前。
Option Base 1 Sub ExampleOptionBase Dim sVar(20) As String MsgBox LBound(sVar()) End Sub
Please support us!