|
Get #1,&H01 + 1, bTmp'Read a single byte, if you want double bytes, change it to Integer, and 4 bytes to Long
//It is also possible to use byte arrays!!
Put #1,&H766A + 1,&H09'Save the address of 09 (hexadecimal) in 766A, remember: all addresses in VB must be +1
Reading and writing the above 2 codes is enough! Put #1,&H766A + 1, a(0) |
|