Friday, June 11, 2010

Hex function

Returns a string that represents the hexadecimal value of a specified number.

Dim MyValue, MyReturn
MyValue = 3.653
MyReturn = Hex(MyValue)
MsgBox MyReturn

No comments: