Page 1 of 1

changing a map value using vb6/vb2005

Posted: Tue Apr 04, 2006 6:34 am
by xzodia
can someone please tell me how to change a value using vb6/vb2005 i dont think its more than 1 line of code but i cant do it i have the map in a byte array after following the tut but how do i change the value of a byte?

Posted: Sat Apr 22, 2006 10:59 am
by jamesr66a

Code: Select all

bytearray(offset) = data here
where offset is the Decimal offset and data here is the data