LibreOffice 24.8 Help
데이터 필드와 함께 Variant 유형을 구합니다.
Array (ArgumentList)
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)