peskywinnets
Registered User.
- Local time
- Today, 14:15
- Joined
- Feb 4, 2014
- Messages
- 582
I have some code that traverses though a database, does some calculations on the data & then summarises what the user needs to do.
While debugging this, it was just a case of using the immediate window debug.print, which gave a summary of the progress line by line. How can I summarize (in other words collect all the outputs of the debug.print I've been using & dump into one file & outputting that back to the user).
I can't simply (easily) use a message window & concatenate variables as there are times where loops are used t extract data.
My immediate thought is to write all my debug.print output to a text file then output that text file onscreen?
While debugging this, it was just a case of using the immediate window debug.print, which gave a summary of the progress line by line. How can I summarize (in other words collect all the outputs of the debug.print I've been using & dump into one file & outputting that back to the user).
I can't simply (easily) use a message window & concatenate variables as there are times where loops are used t extract data.
My immediate thought is to write all my debug.print output to a text file then output that text file onscreen?