Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Real simple question, but how do you convert a HEX value to a Decimal value in QV?
E.g
Hex E0 should be Decimal 224
I know i can do this the other way around and convert decimal to hex with num(224,'(hex)'), but not the other way around.
Thanks for your input!
Thanks hector.
The challenge I have is a little more complicated because the numeric result is expressed in base "e", and I need to display all the numbers, any idea?
Thanks