Gabs Posted January 22, 2006 Posted January 22, 2006 (edited) Hi, i was wondering if you know any function converting from hex to decimal nevermind i found it in helpfile. $dec = Dec("FFFF") ;returns the number 65536 Edited January 22, 2006 by Gabs
BigDod Posted January 22, 2006 Posted January 22, 2006 Hi, i was wondering if you know any function converting from hex to decimalnevermind i found it in helpfile.$dec = Dec("FFFF") ;returns the number 65536It is amazing what you can find in the help file. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
w0uter Posted January 22, 2006 Posted January 22, 2006 $dec = '0x' & "FFFF" My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now