rtd (R83)

rtd (R83)


rnf Index Level run
Syntax rtd {radix} number
Category TCL
Type Verb
Description converts a radix (base) number to its decimal integer equivalent and displays the result. If the radix is omitted, a radix of 16 is assumed, and this behaves like the "xtd" command, converting hexadecimal to decimal.  
Options
See Also xtd
Example rtd 2 1000
8

This converts the (binary - base 2) number 1000 to its decimal equivalent of 8.
Warnings
Compatibility R83
rnf Index Level run