Search found 1 match

by Aranius
Thu Jan 01, 2009 4:19 pm
Forum: Bug Reports (097)
Topic: POL Crash
Replies: 3
Views: 4954

Re: POL Crash

I have experienced similiar problem with repeat until statements. It also have crashed... But there is an bug in compiler... The visibility of variables in repeat until statements, is bad calculated... repeat var aaa := 1; ... // some code ... until (aaa); // there it crashes > the variable "aa...