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".
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".