Next: ssfctopolar, Previous: sqrt, Up: Internal Routines [Contents][Index]
sscanf, string, format, arg1 [, arg2
…] [, /countspaces]
sscanf(string, format, arg1 [, arg2
…] [, /countspaces])
Reads arguments from the string
under guidance of format
string format
. The target arguments must be either named
variables, or subscripted named variables. The function form returns
the number of successfully converted arguments. If /countspaces
is specified, then whitespace counts against field width.
Alias: freads
See also: !read_count, Input Data Formats, readf, freadf