LCase Function





2
Date Submitted Tue. Nov. 8th, 2005 7:37 AM
Revision 1 of 1
Beginner webdude
Tags ASP | LCase | String
Comments 1 comments
LCase Functio
LCase(string)

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

Web Dude

Comments

Comments This isn't a usef snippet
Wed. Sep. 6th, 2006 8:44 PM    Helper jbplou

Voting