FileInterface.GetPosition Property

Top 

Description

The position of the get pointer of an input stream. The get pointer determines the next location of the file stream to be read in.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0

 

Syntax

myVariable1 = myFileInterface1.GetPosition;

 

myFileInterface1.GetPosition = myVariable1;

 

See also

FileInterface Object

Interfacing with Files Guide

Parsing Arbitrary String Data