Previous PageNext Page

8.12.7 ReadAll Method

Reads an entire TextStream file and returns the resulting string.
 

Syntax

object.ReadAll

Arguments

object
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.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page