FileInterface.Get Method

Top 

Description

Returns the string of characters which is extracted from the file stream. The user can specify whether to extract only the next character, a specified number of characters, or a specified number of characters up until a specified delimiter is encountered.

 

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.

 

Overload List

Signatures

Return Value

Description

FileInterface.Get()

String

Extracts a character from the stream.

FileInterface.Get(Variable lengthVariable)

String

Extracts the number of characters specified by lengthVariable from the stream.

FileInterface.Get(Variable lengthVariable, String delimiterString)

String

Extracts the number of characters specified by lengthVariable from the stream, stopping the stream early if the delimiter specified by delimiterString is found.

 

 

See also

FileInterface Object

Interfacing with Files Guide

Parsing Arbitrary String Data