home *** CD-ROM | disk | FTP | other *** search
- * --------------------------------------
- * LINMSG23.PRG - GET ANY KEY TO CONTINUE
- * --------------------------------------
- * 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
- zz=" "
- tkol=((80-len(msg))/2)+len(msg)+2
- if tkol>77
- tkol=77
- endif
- @ 23,tkol get zz
- read
- set color to 7/0
- @ 23,1 SAY SPACE(77)
- RETURN
-