Next: strarr, Previous: store, Up: Internal Routines [Contents][Index]
str( [format,] arg1 [, arg2 …])
Transforms the arguments to an ascii string under guidance of format
string format
. If the argument is not of the data type
expected by the format, then the appropriate standard format
(!format_c
, !format_i
, !format_f
or
!format_s
) is used.
Alias: string
See also: fstring, print, !format_c, !format_f, !format_i, !format_s