Hello
I wish to convert a 32bit Long to a String*6 which will only use the characters [A-Z].
Using VB6 (don't ask!).
I've calculated that a single letter uses 5 bits, so I can get 6 letters out of a 32 bit long.
Can anyone give me a pointer on how to do this, as I have no clue.