Description
Sets the position of the "Get" pointer by changing its position by the amount specified by the input arguments. The Get pointer determines the next location to be read in the buffer associated to the input stream.
Timing Precision Mode
This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.
Click here to see the documentation for this object in nanosecond timing precision mode.
Overload List
Signatures
|
Return Value
|
Description
|
FileInterface.SeekG(Variable offset)
|
Variable
|
Sets the position of the "Get" pointer by changing its position by the amount specified by offset, referenced from the beginning of the file. The Get pointer determines the next location to be read in the buffer associated to the input stream.
|
FileInterface.SeekG(Variable offset, Variable offsetType)
|
Variable
|
Sets the position of the "Get" pointer by changing its position by the amount specified by offset, referenced from the location specified by offsetType. The Get pointer determines the next location to be read in the buffer associated to the input stream.
|
See also
FileInterface Object
Interfacing with Files Guide
Parsing Arbitrary String Data
|