Parameters (String);
Returns: String;
Function to change a string to upper case.
The parameter is the source string
All lower case characters will be changed to upper case.
Example UPPER('Hamburger') = 'HAMBURGER'
Parameters (String);
Returns: String;
Function to change a string to upper case.
The parameter is the source string
All lower case characters will be changed to upper case.
Example UPPER('Hamburger') = 'HAMBURGER'
Comments
0 comments
Please sign in to leave a comment.