in reply to using class module
In those cases (that you receive an error message and don't have a clue about what it means) you can always use the the Diagnostics pragma including a line like this use diagnostics; in your program code.
Of course, after fixing your problems, don't forget to remove this line since it will keep your program running slower.
|
|---|