You both hit the bull's eye.
The key line for me was the syntax of
four(n) = line(n)(1:4) I kept trying other ways to access that area. Like line(n)[1:4] and near misses like that.
will stuff the 1st four characters of each "line" into the "four" string.
and then I...
Hi:
I actually used to make a living programming in Fortran. 30 years ago.
Therefore I now fall in the category of having forgotten way more than I know.
I hope you can help me out. This should be easy for the pros.
I have one string defined as
CHARACTER*80 LINES(50)
I have another...
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.