seekr¶
Purpose¶
Moves the pointer in a .dat
or .fmt
file to a particular row.
Format¶
-
y =
seekr
(fh, r)¶ - Parameters
fh (scalar) – file handle of an open file.
r (scalar) – the row number to which the pointer is to be moved.
- Returns
y (scalar) – the row number to which the pointer has been moved.