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:  Right( )

Right(String, Length)
 
The Right function returns the right portion of the designated string for a designated length starting from the right side.
 
There are two mandatory arguments.
 
String
 
The String argument is the name of the string you wish to truncate.
 
Length
 
The Length argument is the number of characters (including blanks) you wish to save counting from the right side towards the left side of the string.
 
Code:
<% =Right("abcde fghij klmno pqrst uvwxyz", 13) %>
 
Output:
pqrst uvwxyz


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