How can I reuse code by calling an LSX file?
I need some information about creating my own LSX files. I would like to export the code and I just want to reuse that code by calling the LSX file.
Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.
The LSX toolkit, which you can download from the
Lotus Web site, contains tools and documentation that shows how to create your own LSX libraries. However, from your talk of "exporting" the code, it sounds like you want to turn your LotusScript code into an LSX. Your LSX source code would actually need to be in C or C++; LotusScript can't be compiled into an LSX. It's much easier to reuse LotusScript code by making it into a script library or an include file, since that doesn't require installation on each workstation that runs the code!
Dig Deeper
-
People who read this also read...
This was first published in October 2003