- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Our old fortran programs were written in Watson Fortran (F77), the output can be printed out in different pages (not coutinuously line by line). when I re-wrote the program in Intel Fortan, just don't know how to force the output printed on different pages, like how to insert a page break to the file. Please help. Thanks in advance for your time.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can probably use the ansi form feed character, CHAR(
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Form Feed character is ASCII 12. Char(12) should do a page flip.
Linda

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