Hi Forum, I know this is quite a simple problem but I am having a hard time trying to figure it out.

How do I increment a counter variable in HEX?

Counter = Counter + 1 ' this is what I normally do to increment a variable

I assume that if I do something like this: that it will increment a variable in HEX

Counter = Counter + $01


Please correct me if I am wrong.


Srig