quote:
Originally posted by CookieRevised
h01DF4B, o1472, b0110, etc
There you have a good point. I think I'll try these.
quote:
Originally posted by CookieRevised
And then you could still use those extra functions, but to change the output to some base. which would be more logical IMHO. eg:
/calc Oct(h01DF4B + b110110)
Well, for changing the output I already have:
code:
/calc oct 8+5
so I don't need them.
* Matti opens his project files...
EDIT: Yay! I made the modes working!
hA now results in the decimal number
10, just as
o12 and
b1010.
Now, I'll have to make the negative numbers work...
(e.g.: h-A)