Guida di LibreOfficeDev 7.4
Restituisce il tipo Variant con un campo data.
Array (ArgumentList)
Vedere anche DimArray
ArgumentList: A list of any number of arguments that are separated by commas.
Dim A As Variant
A = Array("Fred","Tom","Bill")
Msgbox A(2)