FileInterface.PutPosition Property

Top 

Description

The position of the put pointer in an output file stream. The put pointer determines the next location of the file stream to be written to.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0

 

Syntax

myVariable1 = myFileInterface1.PutPosition;

 

myFileInterface1.PutPosition = myVariable1;

 

See also

FileInterface Object

Interfacing with Files Guide

Parsing Arbitrary String Data