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

  1. ;C
  2. ┌─────────────────────────────────────────────────────────────────────────────┐
  3. │ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░    EXAMPLE #10    ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ │
  4. └─────────────────────────────────────────────────────────────────────────────┘
  5. ┌─────────────────────────────────────────────────────────────────────────────┐
  6. │                                                                             │
  7. │                                                                             │
  8. │   THE INPUT FILE:  A memo asking for a list of information.                 │
  9. │                                                                             │
  10. │                                                                             │
  11. │   WHAT WE WANT:    We would like the list of information to be in mixed     │
  12. │                    case (Like This, instead of LIKE THIS).  However,        │
  13. │                    the list of items required has been typed entirely       │
  14. │                    in uppercase.                                            │
  15. │                                                                             │
  16. │                                                                             │
  17. │   HOW WE DO IT:    Fortunately, each item in the list is preceded by a      │
  18. │                    dash, so we use the PROPER command on each such line.    │
  19. │                                                                             │
  20. │                                                                             │
  21. └─────────────────────────────────────────────────────────────────────────────┘
  22.  
  23. ;P
  24.