Microsoft® Visual Basic® Scripting Edition
ReadAll Method
Language Reference

See Also                   Applies to


Description
Reads an entire TextStream file and returns the resulting string.

Syntax

object.ReadAll

The object is always the name of a TextStream object.

Remarks
For large files, using the ReadAll method wastes memory resources. Other techniques should be used to input a file, such as reading a file line by line.


© 1997 Microsoft Corporation. All rights reserved. Legal Notices.

Casa de Bender