B6keS‖

UEPYF‖DimArray Function

D6knK‖Returns a Variant array.

GGtGG‖Syntax:


D2Tbd‖DimArray (ArgumentList)

FHKtR‖See also Array

ajAXE‖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.

tdpVu‖Parameters:

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

SEjHR‖Error codes:

9 Index out of defined range

wCCAj‖Example:


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