- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Up to now I wasusing theDigital Visual Fortran and my codes have long lines. In Digital Fotran this was no problem,I would go to Settingsthen Fotran Language and then set the Fixed Form Line Length to 132. I just installed the Intel Visual Fortan and my codes have too long lines for the Intel Fortran. Can someone tell me how to increase the Line Length in theIntel Fortran?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi George
(1) To execute use the dropdwon menu: Debug --> Start Debugging or Debug --> Start Without Debugging.
(2) The keyboard shortcuts for these are F5 and ctrl+F5, respectively.
(3) You can also add the debug Toolbar. For that use dropdown menu View --> Toolbar --> and make sure that Debug is checked. In the default toolbar there is no Start Without Debugging. You can use Tools --> Customize and then from command tab drag and drop the "Start Without Debugging" to the toolbar.
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Its also a compiler directive:
!dec$ fixedformlinesize: 132
Available sizes are 80 or 132 (at least they were in CVF).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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