Page 1 of 1

FIXED: while true break doesn't work

PostPosted: Sat Mar 17, 2007 2:24 pm
by daenerys
Hi,

there is a bug in the script. If you have e.g.
while (true)
{
break;
}

the loop is not exited at all (infinite loop).

But if you put a variable instead of "true" (e.g. a int a), it exits, like it should be.
The bug is discovered in 3.0.1.4. pro.

danny

PostPosted: Sat Mar 17, 2007 5:12 pm
by L. Spiro
Fixed in Demo #19.3.


L. Spiro