home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a075
/
1.img
/
TOOLKIT1.EXE
/
SST350.PRG
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-08-08
|
298 b
|
18 lines
********************
PROCEDURE Print
PARAMETERS srow, scol, string, colr
oldcolor = SETCOLOR()
IF PCOUNT() <= 3
SETCOLOR(Set_color(Attribute(srow,scol)))
ELSE
SETCOLOR(colr)
ENDIF
@ srow, scol, string
SETCOLOR(oldcolor)
* End of File