Quote from
joferar333 on November 17, 2022, 4:52 pm
@vadim
ENGLISH
Hello, how could I know the number of characters that a line of a file has, I need to take the total of a file line by line and be able to verify if each line contains 13 characters, since it is a list of telephone numbers....
Read the file, establish the size, do the loop up to there, everything is fine. I don't realize how to verify that the line that is read contains 13 characters. thank you in advance
ESPAÑOL
Hola como podria saber la cantidad de caracteres que tiene una linea de un archivo, necesito sacar el total de un archivo linea por linea y poder verificar si cada linea contiene 13 caracteres, ya que es una lista de telefonos ....
Lea el archivo, establezca el tamaño, haga el bucle hasta allí, todo está bien. No me doy cuenta de cómo verificar que la línea que se lee contiene 13 caracteres. gracias de antemano
@vadim
ENGLISH
Hello, how could I know the number of characters that a line of a file has, I need to take the total of a file line by line and be able to verify if each line contains 13 characters, since it is a list of telephone numbers....
Read the file, establish the size, do the loop up to there, everything is fine. I don't realize how to verify that the line that is read contains 13 characters. thank you in advance
ESPAÑOL
Hola como podria saber la cantidad de caracteres que tiene una linea de un archivo, necesito sacar el total de un archivo linea por linea y poder verificar si cada linea contiene 13 caracteres, ya que es una lista de telefonos ....
Lea el archivo, establezca el tamaño, haga el bucle hasta allí, todo está bien. No me doy cuenta de cómo verificar que la línea que se lee contiene 13 caracteres. gracias de antemano