עזרה עבור LibreOffice 7.3
Returns the type Variant with a data field.
Array ( Argument list)
See also DimArray
\<emph\>Argument list:\</emph\> A list of any number of arguments that are separated by commas.
Dim A As Variant
A = Array("Fred","Tom","Bill")
Msgbox A(2)