Library /sys$common/syshlp/dbg$help.hlb DEBUG, Built in Symbols, %DEC *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Specifies that a following numeric literal (or all numeric literals in a following parenthesized expression) be interpreted in decimal radix. Examples: DBG> EVALUATE/HEX %DEC 10 0A DBG> EVALUATE/HEX %DEC (10 + 10) 14
|