IBM Lotus Symphony


Option Base-Anweisung [Laufzeit]

Legt die Standard-Untergrenze für Matrizen als 0 bzw. 1 fest.

Syntax:

Option Base { 0 | 1}

Parameter:

Symbol für Warnung Diese Anweisung muss in einem Modul vor dem ausführbaren Programmcode stehen.

Beispiel:

option Base 1

Sub ExampleOptionBase

Dim sVar(20) As String

msgbox LBound(sVar())

end sub


Produktfeedback | Zusätzliche Dokumentation | Marken