Re: Trace bug?
David Cuny writes:
> 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.
I tried to duplicate the bug using:
with trace
integer traceFlag
traceFlag = 0
trace(traceFlag)
? 1
? 2
? 3
? 4
? getc(0)
I couldn't duplicate it.
The trace screen only appeared when traceFlag was set to 1.
Maybe there's some other factor involved.
Regards,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com
|
Not Categorized, Please Help
|
|