home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
pcmag
/
v14n05
/
ulcase.exe
/
MACRO1.TXT
next >
Wrap
Text File
|
1995-02-11
|
241b
|
13 lines
DISPLAY(Off!)
IF(NOT ?BlockActive)
PosCharNext PosCharPrevious
ASSIGN(VAR1;?RightChar)
ASSIGN(VAR2; CTON(VAR1))
IF(VAR2<97)
TYPE(TOLOWER(VAR1))
ELSE
TYPE(TOUPPER(VAR1))
ENDIF
DelCharNext
ENDIF