.

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/COM/OLE CLASSES


Using parentheses to pass by value
You can pass an argument by value by enclosing it in parentheses. For example:
This syntax can appear confusing especially if it is in a subroutine call that does not use the Call statement. For example, this statement passes one argument by reference:
This statement passes one argument by value:
See Also