FileInterface.SeekG(Variable) Method

Top 

Description

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.

 

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.

 

Method Signature

FileInterface.SeekG(

Variable offset)

 

 

Arguments

offset


Description:

The number of characters to offset the Get pointer position by. If an offset type is not specified, the offset will be applied from the beginning of the file.

 

 

 

Return Value

Type:

number

 

 

Returns the current position of the "Get" pointer, referenced from the beginning of the file.

 

Syntax

myVariable1 = myFileInterface1.SeekG(myVariable2);

 

 

See also

FileInterface Object

FileInterface.SeekG

Interfacing with Files Guide

Parsing Arbitrary String Data