Dim rd As New System.IO.StreamReader(rutaArchivo)
Dim linea As String = rd.ReadLine()
While linea IsNot Nothing
'Código aquí...
linea = rd.ReadLine()
End While
rd.Close()
No hay comentarios.:
Publicar un comentario