FIXED: while true break doesn't work

Find a Bug? Have a Problem? Like to Suggest a Feature? Do it Here

Moderators: g3nuin3, SpeedWing, WhiteHat, mezzo

FIXED: while true break doesn't work

Postby daenerys » Sat Mar 17, 2007 2:24 pm

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
daenerys
Hackleberry Fin
 
Posts: 25
Joined: Wed Jul 26, 2006 6:21 pm

Postby L. Spiro » Sat Mar 17, 2007 5:12 pm

Fixed in Demo #19.3.


L. Spiro
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan


Return to Bugs/Problems/Suggestions

Who is online

Users browsing this forum: No registered users and 0 guests

cron