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

 
 
 
 

 
 
 
 
 
 
 
 
 

Trim function

String functions


Syntax

 

result = Trim (String)


Description:

 

Trim marginal whitespace characters from the String.


Arguments:

 

String - String containing the target characters to be trimmed.


Examples:

String = "\t     Hello World      "
Result = Trim(String)

Result contains "Hello World" now.

Trim function is included in the lcbase.dll

 
Last updated: November 2, 2003
Copyright © 2002 Lucersoft

Add to favorites

Back