IBM®
Skip to main content
    Country/region select      Terms of use
 
 
   
     Home      Products      Services & solutions      Support & downloads      My account     

 
developerWorks
AIX and UNIX
Information Mgmt
Lotus
New to Lotus
Products
How to buy
Downloads
Live demos
Technical library
Training
Support
Forums & community
Events
Rational
Tivoli
WebSphere
Java™ technology
Linux
Open source
SOA and Web services
Web development
XML
My developerWorks
About dW
Submit content
Feedback


Notes/Domino Tutorials


Element NameDescription
subNameThe name of the sub.
argumentListA comma-separated list of declarations for arguments passed to the sub when it is called. This element is optional. The syntax for each of the arguments listed is:

arg1 As dataType

arg1 is the variable name for the argument passed into the sub.

As dataType specifies the variable's data type. You can omit this clause and append a data type suffix character to the variable arg1.

Enclose the entire list of argument declarations in parentheses.
statementsOne or more lines of code which specify the work the sub performs. These statements can contain:
  • assignment statements
  • variable declarations
  • calls to other subprograms
  • control flow statements
    About IBM Privacy Contact