LibreOffice 25.2 Help
Vraca tip Promjenjiv sa poljem podatka.
    Array (ArgumentList)
  Takode pogledaj 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)