| |||
| Home > AXD > AXD Command-line Interface > Commands > format | |||
The format command sets the default format
to be used for displaying data in the CLI system view or, if issued
with no parameters, reports the current display format.
The shorthand form of the format command
is fmt. See also, importformat and listformat.
fmt [ format_name[ control_string]]
where:
format_nameDefines the format to be used, in any of the following forms:
#nWhere is
the index number of the format as shown in the last displayed format
list (see listformat).n
RDINameAs shown in the last displayed format list.
ShortNameAs shown in the last displayed format list, or on the Format tab of the CLI Properties dialog.
control_stringDefines any associated control string required by the specified format. For example, with a Q-format as the first parameter, a printf control string as the second parameter defines how values are displayed. (Q-format is currently the only supplied format that can take a further control string.)