How can I change a decimal number to a hexadecimal number?
Live Long and Prosper, Leo Schelvis [ECH] VB6
Use the Hex() function. Code: MyNum = Hex(MyNum)
MyNum = Hex(MyNum)
Forum Rules