FileInterface.SeekP Method

Top 

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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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