LotusScript: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
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. | 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]]. | The language has great similarities to [[Visual Basic]] and [[VisualAge for Basic]]. | ||
Line 8: | Line 8: | ||
* [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://www.breakingpar.com/bkp/home.nsf/Category?OpenNavigator&87256B280015193F872571F0000895B0 A collection of LotusScript Tips] - Again primarily intended for Notes but portions should usable for Smartsuite development. | * [http://www.breakingpar.com/bkp/home.nsf/Category?OpenNavigator&87256B280015193F872571F0000895B0 A collection of LotusScript Tips] - Again primarily intended for Notes but portions should usable for Smartsuite development. | ||
* [http://www.hadsl.eu/hadsl.nsf/Vienna_Buchan_Calling%20the%20Notes%20C-API%20from%20LotusScript.pdf Calling the Notes C API from LotusScript] - Presentationf from 2006 by Bill Buchan | |||
==Publications== | ==Publications== | ||
* Anthony Patton: Practical LotusScript – 1999 - ISBN 1884777767 - Out of print | * Anthony Patton: Practical LotusScript – 1999 - ISBN 1884777767 - Out of 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 | ||
* [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. |
Revision as of 03:33, 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
- LotusScript - IBM - has a good introduction to the language.
- LotusScript Gold Collection - An open source collection of code, primarily intended for Notes but portions usable for Smartsuite development.
- Wendt's MD5 Implementation - MD5 implemented in LotusScript.
- A collection of LotusScript Tips - Again primarily intended for Notes but portions should usable for Smartsuite development.
- Calling the Notes C API from LotusScript - Presentationf from 2006 by Bill Buchan
Publications
- Anthony Patton: Practical LotusScript – 1999 - ISBN 1884777767 - Out of print
- Normunds Kalnberzins: LotusScript to Lotus C API Programming Guide - 2003 - ISBN 9984194922 - In print
- LotusScript for Visual Basic Programmers - IBM
- 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: The unfinished LotusScript Book - As it is unfinished it is not really usable as a tutorial but useful as a huge source of tips.