LHEX primary command

In Browse, View and Edit, the LHEX command displays the data for one or more fields in long hexadecimal format. In LHEX format, each character is shown as two hexadecimal characters, which are displayed from left to right. For example, '1' appears as 'F1' in LHEX format. Only character fields are affected.

Syntax


1 LHEX
1 
2.1 fieldref
2.1 fldname
2.1 ALL
2.1 ON
2.1 OFF
1 RESET
fieldref
A single field reference (for example, #1), a range (for example, #2-#5), or a list of single field references/ranges separated by spaces (for example, #1 #4 #6-#7). A single field specification is #n; n is a positive integer and cannot exceed the number of fields in the template being processed.
fldname
The name of a field in the template, which is optionally preceded by the pound symbol (#). Use #ALL and #RESET to avoid any syntactical ambiguity with command keywords.
ON|OFF
Indicates whether to turn the LHEX option on or off. Omitting this parameter results in the command acting as a toggle; the field's current LHEX display status is reversed.
RESET
Displays all fields in the default format.

Availability

The LHEX command is available on most editor panels. In particular, to allow you to modify how the data is displayed, it can be used in the following panels:

Related tasks and examples