DIM hByteArray AS Byte[]
DIM anInteger AS Integer

hByteArray [ Index AS Integer ] = anInteger

Modifies the value stored in the array at the specified index.