1
Visual Basic (5/6) / Hexadecimal to Decimal conversion
« on: December 20, 2005, 05:49:03 am »
Another thing that the MSDN library wasn't too clear on when I searched; after scouring the Internet and rejecting the huge functions, I found this very easy method:
dec=val("&h" & hex)
I tried a similar approach, but managed to forget to add the "&h" first!
Intrigue
dec=val("&h" & hex)
I tried a similar approach, but managed to forget to add the "&h" first!
Intrigue