Showing posts with label Close. Show all posts
Showing posts with label Close. Show all posts

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.