Features
      Ask DevGuru
      ASP Resources
      Find the Bug
      Knowledge Base
      Links
      Tips of the Week
      Tutorials
  Products
      dgCalendar
      dgCharge New!
      dgChart New!
      dgFileUpload
      dgReport New!
      dgSort
      dgTree
  Site
      Authoring
      Coming Soon
      DevGuru Resume
      Link to Us
      Merchandise
      Sponsorships
      Testimonials
      What's New
  Technologies
      ADO 2.6
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      Transact-SQL Syntax
      VBScript
      WML
      WMLScript
      WSH
      XML DOM

              











FUNCTION:  LCase( )

Implemented in version 1.0
 
LCase(String)
 
The LCase function converts a string to all lower case letters.
 
There is also a companion function UCase to convert to upper case letters.
 
Code:
<% =LCase("Aardvarks do not make good pets!") %>
 
Output:
aardvarks do not make good pets!
 
You can also use the name of the string.
 
Code:
<% astring="Leopards also make bad pets!" %>
<% =LCase(astring) %>

 
Output:
leopards also make bad pets!


Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information