Posted by Barbara Brazil on November 01, 2017 at 08:33:27:
In Reply to: Re: Testing if TRACE is on? posted by Bob A on November 01, 2017 at 06:19:58:
Bob:
If you're trying to limit the trace output to just the TRACE PRINT Record.Count then try just turning TRACE ON at the top of your program as well as turning all the other TRACE features off. Then just do TRACE PRINT where you want it:
TRACE ON
TRACE SOURCE OFF
TRACE LABELS OFF
TRACE EVENTS OFF
TRACE EXCEPTIONS OFF
TRACE GOSUBS OFF
...
...
TRACE PRINT Record.Count
...
...
TRACE PRINT Record.Count
That way I don't think you need to worry about turning TRACE OFF each time you do a TRACE PRINT.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.