assadmahmood
Junior Member level 3
- Joined
- Oct 23, 2011
- Messages
- 30
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- Karachi Pakistan
- Activity points
- 1,531
Greetings EveryBody!
I have to use a for loop in such a way that its increment should be like this:
0x01
0x02
0x04
0x08
0x10
0x20
0x40
0x80 and then back to 0x01
I thought alot how to do so but failed to find any suitable idea. Is there any suggestion?
Many thanks for your kind considerations.
I have to use a for loop in such a way that its increment should be like this:
0x01
0x02
0x04
0x08
0x10
0x20
0x40
0x80 and then back to 0x01
I thought alot how to do so but failed to find any suitable idea. Is there any suggestion?
Many thanks for your kind considerations.
Last edited: