home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 1 / amigaformatcd01.iso / pd / database / db3.2 / examples / arexxdemos / numbercheck.db < prev    next >
Encoding:
Text File  |  1996-04-30  |  113 b   |  5 lines

  1. /* Rexxprogram for db that warns for numbers above 10 */
  2. options results
  3. GETFIELD
  4. if result > 10 then RETRYINPUT
  5.