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