LOTUSSCRIPT LANGUAGE
A user-defined sub that LotusScript executes when the module containing the Initialize sub is loaded.
Syntax
Sub Initialize
[ statements ]
End Sub
Usage
Include in the Initialize sub any statements that you want executed when LotusScript loads the containing module.
The Initialize sub is always Private.
The Initialize sub cannot take any arguments.
Example See Also