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 first letter of each word.
Thanks for your help.
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 first letter of each word.
Thanks for your help.