home *** CD-ROM | disk | FTP | other *** search
- ;C
- ┌─────────────────────────────────────────────────────────────────────────────┐
- │ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ EXAMPLE # 8 ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ │
- └─────────────────────────────────────────────────────────────────────────────┘
- ┌─────────────────────────────────────────────────────────────────────────────┐
- │ │
- │ THE INPUT FILE: List of Bulletin Board Systems (BBS's) in Happyville │
- │ │
- │ WHAT WE WANT: This is similar to what we did in Example #3. However, │
- │ we will replace the "COMMENTS" portion of the output with │
- │ a description of the modem being used. │
- │ │
- │ HOW WE DO IT: We look up the modem code (which is found between columns │
- │ 43 and 44 of the input data) in the file EXAMPL08.TBL, │
- │ using the LOOKUP command. │
- │ │
- │ Using the OUTHDG and PAGELEN commands, we will output the │
- │ results on a 55-line page, with a top margin of one line, │
- │ and appropriate headings. │
- │ │
- └─────────────────────────────────────────────────────────────────────────────┘
-
- ;P
-