TextStream.Read() (Method)

A method that reads text from the text stream.

Availability:

JScript - 2.0
Internet Explorer - 4.0
Property/method value type:String primitive
JavaScript syntax:IEmyTextStream.Read(aCount)
Argument list:aCountA count of characters to read

This will read the specified number of characters from the file. Note that this may span a line break and is intended for reading fixed length records.