FileInterface.GetLine(String) Method

Top 

Description

Extracts all the characters from the stream up to the next delimiter (specified by delimiterString).

 

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.GetLine(

String delimiterString)

 

 

Arguments

delimiterString


Description:

String that specifies the delimiter used to stop the extraction of characters from the file stream.

 

 

 

Return Value

Type:

string

 

 

Returns a String containing the characters extracted from the stream.

 

Syntax

myString1 = myFileInterface1.GetLine(myString2);

 

 

See also

FileInterface Object

FileInterface.GetLine

Interfacing with Files Guide

Parsing Arbitrary String Data