IBM Lotus Symphony


Option Base Statement [Runtime]

Defines the default lower boundary for arrays as 0 or 1.

Syntax:

Option Base { 0 | 1}

Parameters:

Warning Icon This statement must be added before the executable program code in a module.

Example:

option Base 1

Sub ExampleOptionBase

Dim sVar(20) As String

msgbox LBound(sVar())

end sub


Product Feedback | Additional Documentation | Trademarks