DTX

DTX


DQUOTE Index Level EBCDIC
Syntax DTX( num.expression )
Category BASIC
Type Function
Description converts a given decimal number to its corresponding hexadecimal equivalent. The number is first converted to an integer by truncating the fractional part.

The expression can be in the range {+/-}140737488355327*(10(-p)), where the "p" represents the precision number.
Options
See Also xtd functions
Example input fid
crt "hex of " : fid : " is " : dtx(fid)

The variable "fid" is a decimal Pick frame number (frame-id).  This program shows the frame-id in hexadecimal.
Warnings
Compatibility D3 7.0 AP R83
DQUOTE Index Level EBCDIC