Jump to content

LotusScript: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
An embedded [[object-oriented]] [[Basic]] like scripting language used by [[Lotus Corporation]] (Later [[IBM]]) as the default scripting language on all of their software products. The language has in particular a large number of objects available for use with [[Lotus Notes]], [[Lotus WordPro]] and [[Lotus 123]], but it is also used on products that commonly interface with Lotus Notes such as [[Domino Server]] and Domino Designer.
An embedded [[object-oriented]] [[Basic]] like scripting language used by [[Lotus Corporation]] (Later [[IBM]]) as the default scripting language on all of their software products. The language has in particular a large number of objects available for use with [[Lotus Notes]], [[Lotus WordPro]] and [[Lotus 123]], but it is also used on other [[Lotus SmartSuite]] products and software that commonly interface with Lotus Notes such as [[Domino Server]] and Domino Designer.


The core language itself has great similarities to [[Visual Basic]] and [[VisualAge for Basic]] and may even be considered a variation of those, but the object model and the available objects have been adapted for fit the application domain rather than general programming tasks.
The core language itself has great similarities to [[Visual Basic]] and [[VisualAge for Basic]] and may even be considered a variation of those, but the object model and the available objects have been adapted for fit the application domain rather than general programming tasks.

Revision as of 04:42, 12 January 2016

An embedded object-oriented Basic like scripting language used by Lotus Corporation (Later IBM) as the default scripting language on all of their software products. The language has in particular a large number of objects available for use with Lotus Notes, Lotus WordPro and Lotus 123, but it is also used on other Lotus SmartSuite products and software that commonly interface with Lotus Notes such as Domino Server and Domino Designer.

The core language itself has great similarities to Visual Basic and VisualAge for Basic and may even be considered a variation of those, but the object model and the available objects have been adapted for fit the application domain rather than general programming tasks.

Links

Introductions
  • LotusScript - IBM - has a good introduction to the language.
Tips and code snippets
Code

Publications