February 2013
Intermediate to advanced
538 pages
20h 55m
English
fscanf
mixed fscanf(resourcehandle, stringformat[, stringname1[, ... stringnameN]])
Reads data from the file referenced by
handle and returns a value from it based on
format. For more information on how to use
this function, see sscanf.
If the optional name1 through
nameN parameters are not given, the values
scanned from the file are returned as an array; otherwise, they are
put into the variables named by name1
through nameN.
Read now
Unlock full access