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