I know that I can convert from decimal to octal using the Oct() function and from decimal to hexadecimal using the Hex() function...
But how do I convert from Octal to Decimal, Hexadecimal to Decimal, Binary to Decimal and from decimal to binary???
Also... how do I switch the number mode to hexadecimal if I wish to perform calculations in hexadecimal... or binary... or octal...
Any help would be appreciated...
Thanks in advance