Returns text characters to Upper-Case in a string expression.
Syntax: |
---|
value = UpperCase( inputString ) OR value = UCase( inputString ) ' Short form usage: "UCase" |
Parameter: |
Description: |
---|---|
inputString |
Text or string expression with lower case characters |
value |
Lower Case characters converted to Upper Case characters. |
Example: |
---|
value = UpperCase( "Hello" ) ' Returns "HELLO" Results:
|
Links: |
---|
|
See Also: |
Edit Time: 9/18/2020 2:01:25 PM |
Topic ID#: 38 |