CLR: .Net / Mono / Boo / Otros CLR > VB .NET
Se Puede Evaluar Un Enter
timpsoft:
Prueba con esto:
Dim nroEnters As Integer
Dim file As New StreamReader("C:\Datos.txt", System.Text.Encoding.ASCII)
Dim strDatos As String = file.ReadToEnd
nroEnters = strDatos.Split(ControlChars.NewLine).Length
Navegación
[*] Página Anterior
Ir a la versión completa