100 READ (sr,('(A)')) LINEWhy does taking the '(a)' out and using a * not work with a string line that has spaces in it?
Line is character*72 - A72 does not work unless string is 72 - hard in a text file.
100 READ (sr,('(A)')) LINEWhy does taking the '(a)' out and using a * not work with a string line that has spaces in it?
Line is character*72 - A72 does not work unless string is 72 - hard in a text file.