home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / parse_m / exampl08.stx < prev    next >
Encoding:
Text File  |  1995-05-02  |  1.6 KB  |  24 lines

  1. ;C
  2. ┌─────────────────────────────────────────────────────────────────────────────┐
  3. │ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░    EXAMPLE # 8    ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ │
  4. └─────────────────────────────────────────────────────────────────────────────┘
  5. ┌─────────────────────────────────────────────────────────────────────────────┐
  6. │                                                                             │
  7. │ THE INPUT FILE:  List of Bulletin Board Systems (BBS's) in Happyville       │
  8. │                                                                             │
  9. │ WHAT WE WANT:    This is similar to what we did in Example #3.  However,    │
  10. │                  we will replace the "COMMENTS" portion of the output with  │
  11. │                  a description of the modem being used.                     │
  12. │                                                                             │
  13. │ HOW WE DO IT:    We look up the modem code (which is found between columns  │
  14. │                  43 and 44 of the input data) in the file EXAMPL08.TBL,     │
  15. │                  using the LOOKUP command.                                  │
  16. │                                                                             │
  17. │                  Using the OUTHDG and PAGELEN commands, we will output the  │
  18. │                  results on a 55-line page, with a top margin of one line,  │
  19. │                  and appropriate headings.                                  │
  20. │                                                                             │
  21. └─────────────────────────────────────────────────────────────────────────────┘
  22.  
  23. ;P
  24.