.

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


Defining global variables and subprograms
The Programmer's pane contains a placeholder on the Objects tab called (Globals) that allows you to define global variables and subprograms using LotusScript. To define a global variable or subprogram perform these steps:

1. Click (Globals) on the Objects tab.

2. Select (Options), (Declarations), Initialize, or Terminate from the Objects tab.

3. Enter your LotusScript variable or subroutine in the Script area.

4. Refer to the subprogram or variable in any script in the application.

See Also