home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / boot / selector / examples / include.sel < prev    next >
Encoding:
Text File  |  1997-12-05  |  186 b   |  13 lines

  1.  
  2. exec @list >ram:tfile RAM: lformat "text *"%s*""@
  3.  
  4. color light
  5. text "Contents of RAM:"
  6. color dark
  7. include "ram:tfile"
  8.  
  9. button "Update Window" loadupdate
  10.  
  11. exec "delete >nil: ram:tfile"
  12.  
  13.