home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l210 / 1.ddi / REFEXAMP.ARC / ERRMSG4.PRO < prev    next >
Encoding:
Text File  |  1988-06-21  |  413 b   |  10 lines

  1. %====================== errormsg/4            ===============================
  2. Goal: errormsg("prolog.err",1000,HELP,EHELP)
  3. HELP=1000  The arguments in 'makewindow' are illegal.,
  4. EHELP=Check that
  5.       - the window number is in the range 1 .. 127
  6.       - StartRow+NoOfRows <= no. of rows on screen (usually 25 or 43)
  7.       - StartCol+NoOfCols <= no. of cols on screen (usually 80 or 120)
  8. 1 Solution
  9. Goal:
  10.