Wednesday, November 3, 2010

Close an Input Sequential Access File

HOW TO: Close an Input Sequential Access File
Syntax
streamReaderVariableName.Close()

Example
inFile.Close()
closes the file associated with the inFile variable.

No comments:

Post a Comment