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