Ucase( )
| Action: | Returns
a string in uppercase. |
| Syntax: | UCASE
("string") |
| Parameters: |
String
|
| Returns: |
The input string in uppercase. |
| See Also: |
Lcase(
) |
| Example: |
$x = UCASE(@USERID) |