Jump to content

LotusScript: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 2: Line 2:


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.
====OS/2 text & programmers editors with LotusScript support====
* [[jEdit]] - Java based editor - LotusScript syntax highlighting available as a seperate download - Current.


==Links==
==Links==

Revision as of 16:25, 18 February 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.

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