Example

Dim MyString
Dim LCaseString
MyString = “VBScript”
LCaseString = LCase(MyString) ‘ LCaseString contains “vbscript”.