Jump to content

LotusScript: Difference between revisions

From EDM2
Created page with "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..."
 
No edit summary
Line 6: Line 6:
* [http://www-01.ibm.com/support/knowledgecenter/api/content/SSVRGU_9.0.0/com.ibm.designer.domino.main.doc/H_DUMMY_TOPIC_HEAD.html?locale=en LotusScript] - IBM - has a good introduction to the language.
* [http://www-01.ibm.com/support/knowledgecenter/api/content/SSVRGU_9.0.0/com.ibm.designer.domino.main.doc/H_DUMMY_TOPIC_HEAD.html?locale=en LotusScript] - IBM - has a good introduction to the language.
* [https://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&name=LotusScript%20Gold%20Collection LotusScript Gold Collection] - An open source collection of code, primarily intended for Notes but portions usable for Smartsuite development.
* [https://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&name=LotusScript%20Gold%20Collection LotusScript Gold Collection] - An open source collection of code, primarily intended for Notes but portions usable for Smartsuite development.
* [http://wwwendt.de/tech/md5/] - MD5 implemented in LotusScript.
* [http://wwwendt.de/tech/md5/ Wendt's MD5 Implementation] - MD5 implemented in LotusScript.


==Publications==
==Publications==
* Anthony Patton: Practical LotusScript – 1999 - ISBN 1884777767 - Out of 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
* [http://www-12.lotus.com/ldd/doc/uafiles.nsf/docs/ls70/$file/lscript.pdf LotusScript Language Guide Version 7] - Note this is 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 newer version of LotusScript than is suplied with most OS/2 products, but is still a useful reference.

Revision as of 00:59, 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