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

 
 
 
 

 
 
 
 
 
 
 
 
 

StringToNumber function

String functions


Syntax

 

result = StringToNumber (String)


Description:

 

Converts string to number. Only integer can be convert.


Arguments:

 

String - String to be convert.


Examples:

String = "326"
i = StringToNumber(String)

i is now 326

StringToNumber function is included in the lcbase.dll

 
Last updated: November 2, 2003
Copyright © 2002 Lucersoft

Add to favorites

Back