Hi there, I need help for generating hexa
decimal number in a sequence. Starting from 0000 to FFFF. The number will fall in this order. 0000,0001,....000a...000f.001f,0002f,............. ffff. For example,I need to generate 60 hexa decimal number starting from 000a. I need code to do it. 2. One more thing, I have which has some hexa decimal number no in sequence. I need to find the ...