P
pmclinn
If I want to increment a number plus one hex like this:
5f
+1 hex
60
or
60
+1
61
How would I do this programmatically?
5f
+1 hex
60
or
60
+1
61
How would I do this programmatically?