Arrays: Difference between revisions

(→‎{{header|VBScript}}: Section added)
(→‎{{header|VBA}}: Option Base)
Line 7,345:
 
=={{header|VBA}}==
The Option Base statement is used at the module level to declare the default lower bound for array subscripts.
<lang vb>Option Base {0|1} </lang>
<lang vb>Sub matrix()
'create an array,
1,392

edits