home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / DATABASE / DB3STOCK.ZIP / PRTMSG23.PRG < prev    next >
Encoding:
Text File  |  1986-04-12  |  356 b   |  10 lines

  1. * --------------------------------------------------------------
  2. * PRTMSG23.PRG - prints a message ONLY on line 23; no gets/reads
  3. * --------------------------------------------------------------
  4. * define MSG as a str <75 chars before entering this routine
  5. @23,1 say space(77)
  6. set color to 15/0
  7. @23,(80-len(msg))/2 say msg
  8. set color to 7/0
  9. RETURN
  10.