FileInterface.Get() Method

Top 

Description

Extracts a character 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(

)

 

 

Return Value

Type:

string

 

 

Returns a String containing the characters extracted from the stream.

 

Syntax

myString1 = myFileInterface1.Get();

 

 

See also

FileInterface Object

FileInterface.Get

Interfacing with Files Guide

Parsing Arbitrary String Data