Axuda do LibreOfficeDev 25.8
Devolve o tipo variante cun campo de datos.
    Array (ArgumentList)
  See also 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)