DimArray Function

Returns a Variant array.

āļšāˇāļģāļš āļģāˇ“āļ­āˇ’āļē:


DimArray ( Argument list)

āļ¸āˇšāˇ€āˇāļ­āˇŠ āļļāļŊāļąāˇŠāļą: āˇ€āˇ’āļšāļŊāˇŠāļ´

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.

Error codes:

D'oh! You found a bug (text/sbasic/shared/00000003.xhp#err9 not found).

āļ‹āļ¯āˇāˇ„āļģāļĢāļē:


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

Please support us!