home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
basic
/
bmag
/
curscrn.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1994-04-09
|
234 b
|
7 lines
'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%