DIM hFloatArray AS Float[]
DIM aFloat AS Float

aFloat = hFloatArray [ Index AS Integer ]

Returns a value stored in the array from its index.