Jump to content

LotusScript: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 16: Line 16:
* [http://www-12.lotus.com/ldd/doc/uafiles.nsf/docs/ls70/$file/lscript.pdf LotusScript Language Guide Version 7] - Note this is for a newer version of LotusScript than is suplied with most OS/2 products, but is still a useful reference.
* [http://www-12.lotus.com/ldd/doc/uafiles.nsf/docs/ls70/$file/lscript.pdf LotusScript Language Guide Version 7] - Note this is for a newer version of LotusScript than is suplied with most OS/2 products, but is still a useful reference.
* Julian Robichaux: [http://www.nsftools.com/tools/ls-book.pdf The unfinished LotusScript Book] - As it is unfinished it is not really usable as a tutorial but useful as a huge source of tips.
* Julian Robichaux: [http://www.nsftools.com/tools/ls-book.pdf The unfinished LotusScript Book] - As it is unfinished it is not really usable as a tutorial but useful as a huge source of tips.
* Paul Ray: [http://lotusdevelopereurope.com/eview/volr6.nsf/0/788FF8239F4C98A985256A73003F62E3/$File/DevelopersGuide%20JA%20801.pdf A Developer’s Guide to Programming the Notes C API from LotusScript]


[[Category:Programming Languages]][[Category:Basic]]
[[Category:Programming Languages]][[Category:Basic]]

Revision as of 03:35, 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 products that commonly interface with Lotus Notes such as Domino Server and Domino Designer.

The language has great similarities to Visual Basic and VisualAge for Basic.

Links

Publications