CLR: .Net / Mono / Boo / Otros CLR > VB .NET

 Se Puede Evaluar Un Enter

<< < (2/2)

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

[0] Índice de Mensajes

[*] Página Anterior

Ir a la versión completa