LibreOffice 7.1 Help
Returns the type Variant with a data field.
ΠΠΈΠ·Π° ( Π»ΠΈΡΡΠ° Π½Π° Π°ΡΠ³ΡΠΌΠ΅Π½ΡΠΈ)
See also DimArray
Argument list: A list of any number of arguments that are separated by commas.
Dim A As Variant
A = Array("Fred","Tom","Bill")
Msgbox A(2)