LCase
(
string
)
Dim
MyString
Dim
LCaseString
MyString =
"WEBDUDE"
LCaseString =
LCase
(
MyString
)
' LCaseString contains "webdude".