home *** CD-ROM | disk | FTP | other *** search
/ POINT Software Programming / PPROG1.ISO / basic / bmag / curscrn.bas < prev    next >
Encoding:
BASIC Source File  |  1994-04-09  |  234 b   |  7 lines

  1. 'Sample program to use Curscrn.asm
  2. $link "curscrn.obj"     'For MS Basics, remove this and link the object
  3.                                                 'with the main file
  4. declare sub readscreen(CharANSI%,clr%)
  5. call readscreen(CharANSI%,clr%)
  6. ? CharANSI%
  7. ? clr%