home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
fish
/
disks
/
d1101.lha
/
Programs
/
db
/
Examples
/
ARexxDemos
/
firstcharupper.db
< 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
Text File
|
1994-11-21
|
177 b
|
8 lines
/* Rexxprogram for db that convert the first character to upper case.
* By Anders Callertun 1994
*/
options results
GETFIELD
PUTFIELD upper(left(result,1))||substr(result,2)