This is a simple follow-up to the thread at https://forums.silverfrost.com/Forum/Topic/1317 The first post in that thread suggested using CARRIAGECONTROL=LIST in the OPEN statement, and all would be well.
Sadly not in FTN95. Compiler error 516, CARRIAGECONTROL is not a recognised keyword in OPEN
Is there a simple way (such as any combination of OPEN keywords) which would guarantee Linux files are read correctly? If not, I see only two options - either the use of John Campbell's get_next_line, which though it would do the job well, would also require recoding of a lot of READ statements, or convert the file beforehand using something like
TYPE input_filename | MORE /P > output_filename
Advice please !