OBJARR

The OBJARR function returns an object reference vector or array. The individual elements of the array are set to the NULL object reference.

Calling Sequence

Result = OBJARR( D1 , ..., Dn )

Argument

Di

The dimensions of the result. The dimension parameters can be any scalar expression. Up to eight dimensions can be specified.

Keywords

NOZERO

OBJARR sets every element of the result to the null object reference. If NOZERO is nonzero, this initialization is not performed and OBJARR executes faster.

Example

Create a 3 element by 3 element object reference array with each element containing the null object reference:

A = OBJARR(3, 3)