home *** CD-ROM | disk | FTP | other *** search
- 'Sample program to use Curscrn.asm
- $link "curscrn.obj" 'For MS Basics, remove this and link the object
- 'with the main file
- declare sub readscreen(CharANSI%,clr%)
- call readscreen(CharANSI%,clr%)
- ? CharANSI%
- ? clr%