Tip

How To Protect Your Lotusscript Source Code

Do you have to sell a library to a customer,
but you don't want that your work could be seen or modified? Follow these
simple steps:
1. Write your classes and functions in a text file, i.e. -C:\MYFILE.LS-
2. Create a script library, i.e. -MYLIB-. Then, in Declarations, add the
following line: "%include C:\MYFILE.LS" and save the script library.
Attention: now you can DELETE the -MYFILE.LS-!
3. In every place that you want to use the script library, just add -use
"MYLIB"- in option event

In this way nobody can see or modify your code without -MYFILE.LS-!!!

Enjoy yourself
Fabio Maggio
Wintech S.r.l.

This was first published in November 2000

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.