Re: Trace bug?

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu