FileInterface.Read(Variable) Method

Top 

Description

Reads the number of characters specified by variableArgument from the file 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.Read(

Variable variableArgument)

 

 

Arguments

variableArgument


Description:

Number of characters (or bytes in the FileInterface is in binary mode) to read from the file stream.

Valid Range:

variableArgument ≥ 0

 

 

 

Return Value

Type:

string

 

 

Returns a String containing the characters read from file stream.

 

Syntax

myString1 = myFileInterface1.Read(myVariable1);

 

 

See also

FileInterface Object

Interfacing with Files Guide

Parsing Arbitrary String Data