hello everyone,

i'm trying to iterate through a hexadecimal number, which is held in a string. i was hoping to find a neater way to do this than with mechanically diong it unit by unit. is there any easier way to treat hex numbers / iterate through them incrementing with each iteration?

sorry if this is a stupid question, but it seems that if you can format out put as hex numbers there should be an easier way to increment them.

thanks for all and any replies.