www.lucersoft.com
Main
Home
Products
LC Copier
HTML Batch Editor
HTML Batch Editor PRO
Freeware
Documentation
LC Basic
Information
Order
Update Policy
Support
Contacts
Links
Language reference
Syntax
result = ValExist ("value")
Description:
Tests if value exist. Result is True if value exist and False if value don't exist.
Examples:
'This example counts number of program starts. If ValExist ("counter") counter = counter + 1 Else counter = 1 ValToPerm ("counter") Endif MsgBox ("Program runs " + counter + " times.")
ValToPerm
Back