Hits Today: 1 Total: 1973 | Updated: 5/10/2004 | |
 | The TextStream object is an object that allows us to create, read and write to files. We can create an instance of the TextStream object by using CreateFile or OpenTextFile methods of the FileSystemObject... Author: ASPBootcamp Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 908 | Updated: 2/21/2006 | |
 | This tutorial will help you understand: Classes in scrrun.dll: Dictionary, FileSystemObject, Drive, Folder, File, TextStream. Author: Herong Yang Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 813 | Updated: 1/4/2007 | |
 | The TextStream object provides sequential access to the contents of text files. This allows you to read, write, or append characters or lines to a text file. In this tutorial the properties and methods of the TextStream object are described. Author: WebCheatSheet Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 3112 | Updated: 11/2/2002 | |
 | The TextStream object is used to access the contents of a text-readable file. Author: w3schools Code: ASP 3.0 & VBScript | |  | |
|