DIM hByteArray AS Byte[]

hByteArray = NEW Byte[] ( [ Size AS Integer ] )

Create an array of Byte values.

Size specifies the initial size of the array. By default, the array is initially void.