home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / arexx / rxarplib.lha / rexx / filelist / cleanlast.txed < prev    next >
Encoding:
Text File  |  1988-07-13  |  193 b   |  11 lines

  1. /* this checks the last line and deletes it when appropriate 
  2.    it is called cleanlast.txed */
  3. OPTIONS results
  4.  
  5. Bottom
  6. Up
  7. STATUS L
  8. parse var result a type rest
  9. if type ~= "Dir" then DLine
  10. Top
  11.