DIM hByteArray AS Byte[]
DIM anInteger AS Integer

anInteger = hByteArray [ Index AS Integer ]

Returns a value stored in the array from its index.