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

  1. /* UpperCase all text in edit window */
  2.  
  3. Document = VpGetItemValue(window,Target)
  4. Document = translate(Document)
  5. CALL VpSetItemValue window,Target,Document
  6.