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

 
 
 
 

 
 
 
 
 
 
 
 
 

IsEmpty function

String functions


Syntax

 

result = IsEmpty (String)


Description:

 

Tests a String for the empty condition.


Return value:

 

True if the String has 0 length; otherwise False.


Example:

String = ""
If IsEmpty(String)
 MsgBox "String is empty."
Else
 MsgBox "String contain a text."
EndIf

IsEmpty  function is included in the lcbase.dll

 
Last updated: November 2, 2003
Copyright © 2002 Lucersoft

Add to favorites

Back