May 1995
Beginner
508 pages
16h 14m
English
UCase Function
UCase(string)string
Use: Required
Data Subtype: String
A valid string expression.
A Variant of subtype String.
Converts a string to uppercase.
UCase affects only lowercase alphabetical
letters; all other characters within
string remain unaffected.
UCase returns Null if
string contains a Null.
VBA includes a UCase$ function that returns an
uppercase string rather than a uppercase string variant. Because
VBScript does not support strong typing, the function is not
implemented in VBScript.
| LCase Function |
Read now
Unlock full access