Next: fprint, Previous: fmap, Up: Internal Routines [Contents][Index]
format_set [, string]
Sets (if string
is specified) or resets (if
string
is not specified) the format strings
!format_i
, !format_f
, !format_c
, and
!format_s
, used as defaults by print
and printf
.
string
must be a c-like format string, which will be parsed
for formats suitable for each of the !format…
strings.
See also: Output Data Formats, fprint, !format_c, !format_i, !format_f, !format_s