incrementing hex values
807601Jan 5 2008 — edited Jan 6 2008how can i increment HEX value like
0x00 0x11
0x01 0x12 ....
0x02 0x13 ....
0x03 0x14 ....
.. ..
..
.. .. 0x98
0x10 0x20 ..................... 0x99
is there any way to make a loop ....i want to increment up to 0x99.