Prism 6.0 Reference Manual

value=base

Converts a value to the specified base.

SYNTAX

value=base

DESCRIPTION

Use the value=base command to convert the value you specify to the base you specify. The value can be a decimal, hexadecimal, or octal number. Precede hexadecimal numbers with 0x; precede octal numbers with 0 (zero). The base can be D (decimal), X (hexadecimal), or O (octal). Prism prints the converted value in the command window.

EXAMPLES

0x100=D 256
256=X 0x100
0x100=O 0400
0400=X 0x100