My problem is as following: I have an unformatted text file of an unknown number of lines and length of a line.
I would like to read every single character into an array char(i,j) where i is the line-number and j is the character position of that line.
So far I have only achieved to read the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.