DIM hDateArray AS Date[]
DIM aDate AS Date

aDate = hDateArray [ Index AS Integer ]

Returns a value stored in the array from its index.