Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

chanfing number from decimal to hex

Status
Not open for further replies.

gnibbles

Programmer
Mar 15, 2000
79
CA
is there a built in command within VB that allows me to just put in the number and it returns a hex digit. [sig][/sig]
 
Yes, there is a function for this. Oddly eneough, it is called Hex(). The hexidecimal representation is returned as a string.

Steve [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top