 |
Skip
Skip[
stream
,
type
] skips one object of the specified type in an input stream. Skip[
stream
,
type
,
n
] skips n objects of the specified type.
Skip behaves like Read, except that it returns Null when it succeeds in skipping the specified objects, and $Failed otherwise. See notes for Read. See the Mathematica book: Section 2.11.7. See also: SetStreamPosition, Find.
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | | | |
 | |
|