DimArray Function
рд╡реЗрд░рд┐рдПрдгреНрдЯ рдРрд░реЗ рдкреНрд░рд╕реНрддреБрдд рдХрд░рддрд╛ рд╣реИ.
Syntax:
DimArray ( Argument list)
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.
рдкреИрд░рд╛рдореАрдЯрд░
Argument list: A list of any number of arguments that are separated by commas.
рдЙрджрд╛рд╣рд░рдг:
a = DimArray( 2, 2, 4 ) ' is the same as DIM a( 2, 2, 4 )