Hi,
I apologize if this has been answered already, but I do not quite understand how [->] works in order to convert temporarily an integer from a base to another. Here are some examples :
In base 2, 11000b :
[->][blue 8] = 30o
[->][blue 16] = 18h , and I do not need to use [h] to do so.
So, What is the combination to get the base 10 conversion?
Now if I switch to base 16, how do I convert to other bases? [->] alone gives the "Eh" value, of course, but trying to use a combination like [f][->] to try to make it work, gets me an error message : "Bad mode error".
What am I doing wrong?
Thanks,
Miguel
Edited: 26 Aug 2011, 1:00 p.m.