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

 
 
 
 

 
 
 
 
 
 
 
 
 

label

Language reference


Syntax

 

label:


Description:

 

Used to identify a single line or statement of code. A label can be any combination of characters that starts with a letter and ends with a colon (:). Labels are not case sensitive and must be placed at the begin of statement.


Examples:

Start:
ret = MsgBox ("Start again ?","",MB_YESNOCANCEL)
if ret = IDYES
  GoTo start
else
  if ret = IDNO
    GoTo finish
  EndIf
EndIf
MsgBox "Cancel": finish:

 


See also:

 

statement, GoTo


A statement is a part of kernel LC Basic.

 
Last updated: November 2, 2003
Copyright © 2002 Lucersoft

Add to favorites

Back