User's Reference > General > TCL and General User Commands > Command Reference > D > DTX

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

DTX command (TCL) (m604806+dtx.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

DTX

Converts a decimal integer number to hexadecimal.

Command Class

TCL-I command.

Syntax

DTX number

Syntax Elements

number is the decimal integer number to be converted to hexadecimal.

Negative Numbers

Negative decimal numbers are specified by appending a minus sign immediately before the first digit of the number.

Hexadecimal numbers are considered negative when in the range from X'FFFFFFFFFFFF'(-1) to X'800000000001' (-140,737,488,355,327).

Largest Numbers

The largest numbers that this process handles are:

+140,737,488,355,327

-140,737,488,355,327

Examples

:DTX 22
     16
:DTX -22
     FFFFFFFFFFFEA

See Also

XTD command.

RealityV15.1 (MoTW) Revision 7Comment on this topic