Jump to content

LotusScript: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
Line 25: Line 25:


==Publications==
==Publications==
* Anthony Patton: Practical LotusScript – 1999 - ISBN 1884777767 - Out of print
* Rob Beyer, Roland Houle, Robert Perron: ''60 Minute Guide to LotusScript 3 Programming for Notes 4'' - IDG 1996, ISBN 1-56884-779-3
* Anthony Patton: ''Practical LotusScript'' – 1999 - ISBN 1884777767
* Normunds Kalnberzins: [http://www.ls2capi.com LotusScript to Lotus C API Programming Guide] - 2003 - ISBN 9984194922 - In print
* Normunds Kalnberzins: [http://www.ls2capi.com LotusScript to Lotus C API Programming Guide] - 2003 - ISBN 9984194922 - In print
* [http://www.redbooks.ibm.com/redbooks/pdfs/sg244856.pdf LotusScript for Visual Basic Programmers] - IBM
* [http://www.redbooks.ibm.com/redbooks/pdfs/sg244856.pdf LotusScript for Visual Basic Programmers] - IBM

Revision as of 19:31, 13 May 2016

An embedded object-oriented Basic like scripting language used by Lotus Development 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 1-2-3, 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.

OS/2 text & programmers editors with LotusScript support

  • jEdit - Java based editor - LotusScript syntax highlighting available as a seperate download - Current.

Links

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

Publications