home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 12 / Macro5SIS.sis / M5Macros.sis / UpperCase.opl (.txt) < prev    next >
Encoding:
EPOC OPL Source  |  2000-10-17  |  440 b   |  15 lines

  1.  
  2.  
  3. REM Macro UpperCase version 1.00
  4. REM Set to uppercase the selected text
  5. REM By Pascal NICOLAS, to be used with Macro5
  6. REM Last edited on 6 May 1998
  7.  
  8. Include "Macro.oph"
  9.  
  10. PROC Macro:
  11.     Paste:(Upper$(Copy$:))
  12. ENDP
  13.  
  14.  
  15.