Jump to content

LotusScript: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 18: Line 18:
* [https://www.abc.se/~m9071/lss/ A library of LotusScript classes] - By Daniel Eriksson.
* [https://www.abc.se/~m9071/lss/ A library of LotusScript classes] - By Daniel Eriksson.
* [http://wwwendt.de/tech/md5/ Wendt's MD5 Implementation] - MD5 implemented in LotusScript.
* [http://wwwendt.de/tech/md5/ Wendt's MD5 Implementation] - MD5 implemented in LotusScript.
* [http://johankanngard.net/category/programming/lotusscript/ Sundry small classes from Johan Känngård]


==Publications==
==Publications==

Revision as of 04:57, 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