User's Reference > General > TCL and General User Commands > Command Reference > S > SUBX

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.

Reality V15.0 ()

SUBX (TCL) (m604806+subx.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

SUBX

Subtracts one hexadecimal number from another.

Command Class

TCL-I command.

Syntax

SUBX m s

Syntax Elements

m is a hexadecimal number (minuend).

s is a hexadecimal number (subtrahend).

Negative Numbers

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

Example

:SUBX FF AE
      51

RealityV15.0Comment on this topic