home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / eeedit22.zip / enhanced.zip / LCaseAll.plg < prev    next >
Text File  |  2001-04-15  |  219b  |  6 lines

  1. /* lowercase all text in edit window */
  2.  
  3. document = vpgetitemvalue(window,target)
  4. document = translate(document,'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ')
  5. call vpsetitemvalue window,target,document
  6.