FileInterface.Get() Method

Top 

Description

Extracts a character from the stream.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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