LibreOffice 7.2 Help
Returns the type Variant with a data field.
Array ( Argument list)
මේවාත් බලන්න: විකල්ප
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)