Google+ Tools
Make Google+ profile picture
Make Google plus banners for profile
Create and share your Google Plus profile banners.

Profile image for mrk studios joseamirandavelez on June 9, 2012

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

Language
Visual Basic
Tags

Read a Text File Line by Line


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

Comments

blog comments powered by Disqus