The Way to Programming
The Way to Programming
I have a problem with reading a line from an input text file in Pascal. There are different var types in a line.
integer string1 string2 string3 integer string1 string2 string3 integer string1 string2 string3 . . .
These might or might not have the same values.
How can I read these values? It is required to read the 1st line, do something with those values, and then move on to the next line and repeat until the end of file.
Sign in to your account