.

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

LOTUSSCRIPT LANGUAGE


Examples: Rem statement
Example 1

Rem  This is a comment in the script.
'This is also a comment in the script.

Example 2

x = 5 : Rem The colon is required to separate statements.
x = 5   ' No colon is required before a single quote.

See Also