|
LotusScript is a dialect of the BASIC programming language used by Lotus Notes and other IBM Lotus Software products.
LotusScript is very similar to Visual Basic; code can often be copied without modification from one to the other. The difference is in the product-specific object classes that are included in Lotus Notes, Lotus Word Pro and Lotus 1-2-3.
In the case of Lotus Notes, there are classes to work with Notes databases, documents (records) in those databases, etc.
LotusScript also allows the definition of user-defined types and classes, although it is not possible to inherit from the product-specific classes.
External link
- LotusScript 6.0 Documentation (http://www-10.lotus.com/ldd/notesua.nsf/0b345eb9d127270b8525665d006bc355/9c3313c5a28791de85256cc5006a2d62?OpenDocument)
|