Next: fstring, Previous: freadf, Up: Internal Routines [Contents][Index]
freads, string, format, arg1 [, arg2
…] [, /countspaces]
freads(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: sscanf
See also: !read_count, Input Data Formats, readf, freadf