LotusScript

IF Statements And Debugging

Have you ever worked on debugging your code and felt that all you ever do it comment, and uncomment key lines. Nothing worse than thinking you got all the lines converted only to run your program and find that you missed one. I have a few ideas that I have used over the years that I think will help. Since I do most of my work in the Domino arena my examples will be in LotusScript, however, I have used the same concept in a number of languages.

Continue reading...