Intel Fortran cannot read from a long line properly?

I never use TAB myself with Fortran: it’s not in the Fortran character set, and is it always the same number of blanks in all systems? Also CRquantum’s last 2 read statements used format (a30). Then csvname and parcsvname may have collected the # and some stuff beyond it. I usually use (A) when reading character variables, but there may be a good reason why CRquantum did not. Does # have some special meaning to Microsoft? (I use Linux myself so I don’t know.)

1 Like