SeekPointer
Moves the pointer, over the target file, to the specified position.
Syntax
expression.SeekPointer
(Position)
Parameters
The required Position argument is an identifier specifying a Long
type variable.
Return value
None
📝Note
The next I/O operation will start in the position specified with the
SeekPointer
method.
- See also
- RestartStreamReader method.