UCase
The UCase function converts a specified string to uppercase.
Syntax :
UCase(string)
| Parameters | Description | 
|---|---|
| string | Required. The string to be converted to uppercase. | 
Example :
s = UCase("Test")
Result :
s=TEST  The UCase function converts a specified string to uppercase.
UCase(string)
| Parameters | Description | 
|---|---|
| string | Required. The string to be converted to uppercase. | 
s = UCase("Test")
Result :
s=TEST