DIM hSingleArray AS Single[] DIM aSingle AS Single hSingleArray [ Index AS Integer, ... ] = aSingle
Modifies the value stored in the array at the specified index.