<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Miscellaneous functions > StrUpr() |
Convert all letters in a string to uppercase.
REGULAR FUNCTION
AllUpper = StrUpr(String)
String |
STRING |
String for conversion. |
AllUpper |
STRING |
String converted to all uppercase. |