.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

PROGRAMMING OVERVIEW AND USER INTERFACE


Completing a LotusScript block statement automatically
For LotusScript the following block structures are automatically terminated and the insertion point is placed in a new, indented line within the block structure.
This statementAutomatically terminates this statement
End ForallForall
End IfIf...Then
End SelectSelect Case
LoopDo, Do While, or Do Until
NextFor
WendWhile

See Also