www.lucersoft.com

   
       Home  |   News  |   Downloads  |   Order  |   Contacts

 

 

Main

Home

Site map

Products

LC Backup

LC Copier

HTML Batch Editor

HTML Batch Editor PRO

Tennis 2001

Freeware

Documentation

HTML Batch Editor PRO

LC Basic

Information

Order

Update Policy

Support

Contacts

Links

 
 
 
 

 
 
 
 
 
 
 
 
 

Right function

String functions


Syntax

 

result = Right (String, nCount)


Description:

 

Extracts the last (that is, rightmost) nCount characters from String and returns a copy of the extracted substring. If nCount exceeds the string length, then the entire string is extracted. Right is similar to the Basic RIGHT$ function.


Arguments:

 

String - String from which the last nCount characters will be extracted.

nCount - The number of characters to extract from String.


Examples:

String = "Hello World"
RightString = Right (String,5)

RightString contains "World"

Right function is included in the lcbase.dll

 
Last updated: November 2, 2003
Copyright © 2002 Lucersoft

Add to favorites

Back