home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Database / DataBase2.2.LHA / db2.2 / Examples / ARexxDemos / numbercheck.db < prev    next >
Encoding:
Text File  |  1994-09-03  |  114 b   |  5 lines

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