home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1101.lha / Programs / db / Examples / ARexxDemos / numbercheck.db < prev    next >
Encoding:
Text File  |  1994-09-17  |  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.