UCase Function |
Syntax:
UCase[$](S$)
Group:
Description:
Returns a string from S$ where all the lowercase letters have been uppercased.
Parameters:
Parameter |
Description |
Return the string value of this after all chars have been converted to lowercase. If this value is Null then Null is returned. |
Example:
Sub Main
Debug.Print UCase$("Hello") '"HELLO"
EndSub
See Also: