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

  1. /* Rexxprogram for db that convert the first character to upper case.
  2.  * By Anders Callertun 1994
  3.  */
  4.  
  5. options results
  6. GETFIELD
  7. PUTFIELD upper(left(result,1))||substr(result,2)
  8.