LCase and UCase VBScript functions

You can use LCase() and UCase() to pass in the string variable and thus convert the string into either uppercase or lowercase.

Example 1:

<%
myName = "MICHAEL"
Response.Write LCase(myName)
%>

Result displayed on the screen would be:
michael

Example 2:

<%
myNAME = "MICHAEL"
Response.Write UCase(myName)
%>

Result displayed on the screen would be:
MICHAEL

Other useful VBScript functions for Parsing String

Get the best asp web hosting provider now and save 30%

Advertisements



MembersPro

MembersPro PayPal - ASP Membership software

Plug and play ASP membership script that integrates with PayPal to let you charge recurring membership fees.