home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / newsflash / !BBS / BBS / Libraries / Misc < prev   
Encoding:
Text File  |  1996-09-15  |  215 b   |  17 lines

  1. {
  2. | A NewsFlash library of misc useful routines
  3. | Alex Howarth and Chris Davis 1995/1996
  4.  
  5. SUB anykey
  6. | A graphical 'press any key' prompt
  7.  
  8. BATTR 7,4
  9. TAB 27
  10. }Press any key to continue{
  11. CLL
  12. BATTR 7,0
  13. ANYKEY
  14. ENDSUB
  15.  
  16. }
  17.