DIM hDateArray AS Date[]

hDateArray = NEW Date[] ( [ Size AS Integer ] )

Create an array of Date values. Size specifies the initial size of the array. By default, the array is initially void.