How can I get direct access to memory? I have table:
Code:
Dim bytTable(500) As Byte
And I want to get access to it (each byte, one by one) via memory address (read it, and change).