Can someone please help me to understand the following lines of code in the sub below:
Subject: RE: HELP…Interpreting Code
ProcessCSNData and RunPLSQLStoredProc are custom routines defined elsewhere in the code. To know what they do, you will have to find them and look at them. They might be in the same design element, or they might be in a script library referenced via a “Use” statement.
This is fairly complex code, and it sounds like you’re a LotusScript novice. I suggest reading a book or two about Domino development and LotusScript specifically, before you tackle a project such as this one.