txl.xtd

Verb: Access/TCL, Releases: AP and R83

Converts hexadecimal number to decimal.

Syntax

xtd hexnum

Description

converts a given hexadecimal number into its equivalent decimal (integer) format.

Example

xtd 3AF2
15090

See Also

Command Name Type Description
tcl.dtx Verb: Access Converts decimal number to hexadecimal.
tcl.dtr Verb: Access Converts a value to a specified radix.
basic.dtx Function Converts decimal to hexadecimal.
tcl.divx Verb: Access Divides hexadecimal numbers.
tcl.addx Verb: Access Adds hexadecimal numbers.
system.debugger.mulx Command Multiplies haxadecimal numbers.
system.debugger.subx Command Subtracts hexadecimal numbers.
tcl.rtd Verb: Access Converts radix to decimal.
system.debugger.divx Command Divides hexadecimal numbers.
system.debugger.addx Command Adds hexadecimal numbers.
system.debugger.xtd Command Converts hexadecimal to decimal.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.