DimArray Function

傳回一個變體型陣列。

語法


DimArray (ArgumentList)

另請參閱陣列

如果未傳送參數,則建立一個空陣列 (像 Dim A(),它與 Uno 中的零長度序列相同)。如果指定了參數,則為每個參數建立大小。

參數:

ArgumentList: A list of any number of arguments that are separated by commas.

錯誤代碼:

9 索引超出定義範圍

示例:


    a = DimArray( 2, 2, 4 ) ' is the same as DIM a( 2, 2, 4 )

Please support us!