24.01.2015, 23:27
Is this possible to remove this "A0" from this 093DAD
A0093DAD
If yes, How?
A0093DAD
If yes, How?
new string[9] = "A0093DAD";
strdel(string, 0, 2);
print(string);
//will print: 093DAD
0xA0093DAD & ~0xFF000000