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

 
 
 
 

 
 
 
 
 
 
 
 
 

Left function

String functions


Syntax

 

result = Left (String, nCount)


Description:

 

Extracts the first (that is, leftmost) nCount characters from String and returns a copy of the extracted substring. If nCount exceeds the string length, then the entire string is extracted. Left is similar to the Basic LEFT$ function.


Arguments:

 

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

nCount - The number of characters to extract from String.


Examples:

String = "Hello World"
LeftString = Left (String,5)

LeftString contains "Hello"

Left function is included in the lcbase.dll

 
Last updated: November 2, 2003
Copyright © 2002 Lucersoft

Add to favorites

Back