Description
Sets the position of the "Put" pointer by changing its position by the amount specified by the input arguments. The Put pointer determines the next location to be written in the buffer associated to the output 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.SeekP(Variable offset)
|
Variable
|
Sets the position of the "Put" pointer by changing its position by the amount specified by offset, referenced from the beginning of the file. The Put pointer determines the next location to be written in the buffer associated to the output stream.
|
FileInterface.SeekP(Variable offset, Variable offsetType)
|
Variable
|
Sets the position of the "Put" pointer by changing its position by the amount specified by offset, referenced from the location specified by offsetType. The Put pointer determines the next location written in the buffer associated to the output stream.
|
See also
FileInterface Object
Interfacing with Files Guide
Parsing Arbitrary String Data
|