|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
SetStreamPosition
SetStreamPosition[stream, n]
sets the current point in an open stream.
DetailsDetails
- The integer n given to SetStreamPosition should usually be a value obtained from StreamPosition.
- SetStreamPosition[stream, 0] sets the current point to the beginning of a stream.
- SetStreamPosition[stream, Infinity] sets the current point to the end of a stream.
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
