Text formats  
Previous  Top  Next

Description  
 
Syntax  

MCU
will show the whole string in upper case.
MCL
will show the whole string in lower case.
MCT
will capitalise the first letter of each word.
MCA
will only show the alphabetic characters in the string, whether upper or lower case.
MCN
will only show numeric digits in the string.
MC/A
will show non-alpha characters in the string.
MC/N
will only show the non-numeric characters.
MCD
will convert decimal value to hexadecimal.
MCX
will convert hexadecimal value to decimal.
MX
will show the hexadecimal equivalent of the string concerned.
 

document Example  
 
ABC will be 414243.