Trace bug?
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Feb 28, 2000
- 632 views
Under Win32, the trace routine brings up the console window when passed a
parameter of zero. For example, I had written some conditional debug code
that used the flag traceFlag:
integer traceFlag
traceFlag = 0
I wanted the trace window to conditionally appear, so I wrote:
trace( traceFlag )
This causes the console window to appear, even if traceFlag is zero.
-- David Cuny

