Return to Snippet

Revision: 57786
at June 9, 2012 08:36 by joseamirandavelez


Initial Code
theFile=FreeFile
Open File_Path_String For Input As theFile     ' Open file for input.
Line Input theFile, MyString                   ' Read single line into a variable.
Close theFile

Initial URL


Initial Description
Basic commands for reading a text file one line at a time.

Initial Title
Read a Text File Line by Line

Initial Tags


Initial Language
Visual Basic