Read a file line by line: Difference between revisions

({{header|Visual Basic}})
Line 56:
GoTo readfilelabela
End If
' End of file reached
' Close the file and exit
Call closestream
Exit Sub
End Sub
 
Sub openfileread()