FileInterface.Get(Variable) Method

Top 

Description

Extracts the number of characters specified by lengthVariable from the 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.Get(

Variable lengthVariable)

 

 

Arguments

lengthVariable


Description:

Variable that specifies the number of characters to extract from the file stream.

 

 

 

Return Value

Type:

string

 

 

Returns a String containing the characters extracted from the stream.

 

Syntax

myString1 = myFileInterface1.Get(myVariable1);

 

 

See also

FileInterface Object

FileInterface.Get

Interfacing with Files Guide

Parsing Arbitrary String Data