DIM
hObjectArray
AS
Object[]
hObjectArray
=
NEW
Object[]
(
[
Size
AS
Integer
]
)
Create an array of
Object
references.
Size
specifies the initial size of the array. By default, the array is initially void.