Returns a string that has been converted to lowercase.
Syntax –
LCase(string)
Example –
- Dim MyString
- Dim LCaseString
- MyString = "VBSCript"
- LCaseString = LCase(MyString) ' LCaseString contains "vbscript".
by Editorial Staff | Last Updated On Jul 14, 2014 | Definitions | 0 comments
Returns a string that has been converted to lowercase.
Syntax –
LCase(string)
Example –
- Dim MyString
- Dim LCaseString
- MyString = "VBSCript"
- LCaseString = LCase(MyString) ' LCaseString contains "vbscript".