Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/06/2008, 12:08
Avatar de Peterpay
Peterpay
Colaborador
 
Fecha de Ingreso: septiembre-2007
Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 17 años, 6 meses
Puntos: 87
Respuesta: Leer una linea completa de un archivo de texto

pues no hay mucho cambio

Dim line As String
Dim leer As System.IO.StreamReader = New System.IO.StreamReader(ruta)
line = leer.ReadLine()
While line <> Nothing
If line.Contains("error") Then
Return line
End If
line = leer.ReadLine()
End While
leer.Close()
__________________
Curso WF4
http://cursos.gurudotnet.com/ DF
Aprende HTML5