- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
Which character should Iuse in column 6 to continue the command line above.
I tried *, $, c, etc. but they did not work.
Thanks!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If the source file type is .f90, then this is free-form source and you continue by putting a & character at the end of the line to be continued.
If the source file is .f or .for, then that's fixed-form source and any non-blank character in column 6 other than 0 will work. For more details, see the on-disk language reference.
If the source file is .f or .for, then that's fixed-form source and any non-blank character in column 6 other than 0 will work. For more details, see the on-disk language reference.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page