HEX TO DEC CONVERSION

2005-01-28 Thread Paul Salyers
I know the below code will convert a hex number to dec. put baseConvert(tmpVar,16,10) into tmyNumber like wise will put baseConvert(tmpVar,10,16) into tmyNumber convert a dec to hex? Paul Salyers PS1 - Senior Rep. [EMAIL PROTECTED] Http://ps1.SoftSeven.org

Re: HEX TO DEC CONVERSION

2005-01-28 Thread Dar Scott
On Jan 28, 2005, at 10:57 AM, Paul Salyers wrote: I know the below code will convert a hex number to dec. put baseConvert(tmpVar,16,10) into tmyNumber like wise will put baseConvert(tmpVar,10,16) into tmyNumber convert a dec to hex? Try it! You can tinker with this using the message box.