Re: Testing if TRACE is on?


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

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.



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]