| |||
| Home > armsd > Getting Started in armsd > armsd variables > Formatting printed results | |||
You can set the default format strings used by the print command
for the output of results of various types of data by using let with
the following variable names:
$int_format
$uint_format
$float_format
$sbyte_format
$ubyte_format
$string_format
$complex_format
$pointer_format.
For example, you can change the value of the root-level variable $int_format from
its initial setting of "0x%.81x" to another value
with a command of the form:
{let} $int_format = string
The initial value of each of these format variables is given in Summary of armsd variables.