- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm printing a text file using the Forprint sample provided with Compaq VF. The problem is that i need to read correctly the character 'C' in hex, wich represents a FormFeed . The routine PrintUnit prints all the pages without FF.
Thanks in advance
I'm printing a text file using the Forprint sample provided with Compaq VF. The problem is that i need to read correctly the character 'C' in hex, wich represents a FormFeed . The routine PrintUnit prints all the pages without FF.
Thanks in advance
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The code does not recognize embedded control characters - as written, it does support files with Fortran carriage control (a 1 in column 1, for example.) It would not be difficult to add, at the point where it's testing for Fortran CC, some more code that looks for a FF in column 1 and starting a new page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That's true! Thanks!!

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