home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / p / pom232.zip / EXAMPLE1.POM < prev    next >
Text File  |  1993-02-08  |  216b  |  17 lines

  1. ;
  2. ; Ignore title lines
  3. ;
  4. IGNORE $FLINE[2]     = " "
  5. ;
  6. ; Ignore completed items
  7. ;
  8. IGNORE $FLINE[2]     = "X"
  9. ;
  10. ; Ignore postponed items
  11. ;
  12. IGNORE $FLINE[2]     = "P"
  13. ;
  14. ; Output
  15. ;
  16. OUTEND "" "" |{$FLINE}
  17.