home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / parse_m / exampl01.pom < prev    next >
Encoding:
Text File  |  1995-05-02  |  372 b   |  21 lines

  1. ;
  2. ;   NOTE:  A quick-reference summary of POM commands appears in EXAMPL04.POM
  3. ;
  4. ;-------------------------------------------------------------------------------
  5. ;
  6. ;   Ignore title lines
  7. ;
  8. IGNORE $FLINE[2] = " "
  9. ;
  10. ;   Ignore completed items
  11. ;
  12. IGNORE $FLINE[2] = "X"
  13. ;
  14. ;   Ignore postponed items
  15. ;
  16. IGNORE $FLINE[2] = "P"
  17. ;
  18. ;   Output
  19. ;
  20. OUTEND |{$FLINE}
  21.