home *** CD-ROM | disk | FTP | other *** search
- * --------------------------------------------------------------
- * PRTMSG23.PRG - prints a message ONLY on line 23; no gets/reads
- * --------------------------------------------------------------
- * define MSG as a str <75 chars before entering this routine
- @23,1 say space(77)
- set color to 15/0
- @23,(80-len(msg))/2 say msg
- set color to 7/0
- RETURN