I am having a problem with the HEX() and &H functions.
I need to turn &HFFFF into 65532, not -1. Can anyone tell me how to do this?
If you do a HEX(65532) you get FFFF.
If you do a HEX(-1) you get FFFF.
I'm assuming because the default &H has something to do with being signed. How do I UNsign it?
Constants will NOT help. I need an unsigned coversion for ANY hex number.
Thanks in advance.
Greg.
I need to turn &HFFFF into 65532, not -1. Can anyone tell me how to do this?
If you do a HEX(65532) you get FFFF.
If you do a HEX(-1) you get FFFF.
I'm assuming because the default &H has something to do with being signed. How do I UNsign it?
Constants will NOT help. I need an unsigned coversion for ANY hex number.
Thanks in advance.
Greg.