home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / scrmod.zip / UPPER < prev    next >
Text File  |  1991-08-16  |  303b  |  13 lines

  1. > watch(on)
  2. > text = 'AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvXxYyZz'
  3. > lower = lower(text)
  4. > upper = upper(text)
  5. > watch(off)
  6. > message('  original text = ' + text)
  7. > message('lower case text = ' + lower)
  8. > message('upper case text = ' + upper)
  9. > watch(on)
  10. > timeout = 0
  11. > wait()
  12. > end
  13.