FileInterface.SeekG Method

Top 

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 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.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