DimArray Function

Returns a Variant array.

தொடரமைப்பு:


DimArray (ArgumentList)

See also Array

If no parameters are passed, an empty array is created (like Dim A() that is the same as a sequence of length 0 in Uno). If parameters are specified, a dimension is created for each parameter.

அளவுருக்கள்:

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!