home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PSION CD 2
/
PsionCDVol2.iso
/
Programs
/
12
/
Macro5SIS.sis
/
M5Macros.sis
/
UpperCase.opl
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
EPOC OPL Source
|
2000-10-17
|
440 b
|
15 lines
REM Macro UpperCase version 1.00
REM Set to uppercase the selected text
REM By Pascal NICOLAS, to be used with Macro5
REM Last edited on 6 May 1998
Include "Macro.oph"
PROC Macro:
Paste:(Upper$(Copy$:))
ENDP