Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

incrementing hex values

807601Jan 5 2008 — edited Jan 6 2008
how 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 3 2008
Added on Jan 5 2008
5 comments
1,458 views