You could first convert it to binary, and then to hexadecimal. Because octal and hexadecimal bases are both powers of two, the conversion between those bases and binary is quite easy.
To go from octal to binary, take each digit in the number, and convert it to three binary digits:
5 -> 101
3 -> 011
2 -> 010
4 -> 100
So the binary version of the number is:
101 011 011 010 100
In order to convert to hexadecimal, your number of digits needs to be divisible by four (as 24 = 16). To get that, we need to add a digit, which will be a zero as our leftmost digit:
0101 0110 1101 0100
Now we can convert each of those sets of four binary digits into single hexadecimal digits, giving us our final answer:
9AD8
Chat with our AI personalities
Octal 1247 = Hex 2A7
I don't know of any specific function for that; you could write a user-defined function, that converts decimal to binary. In Visual FoxPro 9, transform() with a format code of "@0" will convert to hexadecimal; once you have that, it may be easier to convert each hexadecimal digit into 4 binary digits. I am not sure in what version of Visual FoxPro this option was introduced.A good forum for FoxPro and Visual FoxPro is www.universalthread.com; perhaps you can get additional information there.I don't know of any specific function for that; you could write a user-defined function, that converts decimal to binary. In Visual FoxPro 9, transform() with a format code of "@0" will convert to hexadecimal; once you have that, it may be easier to convert each hexadecimal digit into 4 binary digits. I am not sure in what version of Visual FoxPro this option was introduced.A good forum for FoxPro and Visual FoxPro is www.universalthread.com; perhaps you can get additional information there.I don't know of any specific function for that; you could write a user-defined function, that converts decimal to binary. In Visual FoxPro 9, transform() with a format code of "@0" will convert to hexadecimal; once you have that, it may be easier to convert each hexadecimal digit into 4 binary digits. I am not sure in what version of Visual FoxPro this option was introduced.A good forum for FoxPro and Visual FoxPro is www.universalthread.com; perhaps you can get additional information there.I don't know of any specific function for that; you could write a user-defined function, that converts decimal to binary. In Visual FoxPro 9, transform() with a format code of "@0" will convert to hexadecimal; once you have that, it may be easier to convert each hexadecimal digit into 4 binary digits. I am not sure in what version of Visual FoxPro this option was introduced.A good forum for FoxPro and Visual FoxPro is www.universalthread.com; perhaps you can get additional information there.
You could convert them to like fractions with a common denominator and compare the numerators or you could convert them to decimals and compare them.
Multiply by 25.4 to convert from inches to millimetres. Divide by 1 million to convert from millimetres to kilometres.
Divide it by 106 (or 1 million).