LibreOfficeDev 25.8 Help
ZFAuc‖Returns the type Variant with a data field.
    XYnnC‖Array (ArgumentList)
  ktFWK‖See also DimArray
3cDZe‖ 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)