Search found 1 match

by jupiter
Sat Feb 24, 2007 10:26 am
Forum: General Discussion
Topic: Problem with the nested loop
Replies: 1
Views: 7612

Problem with the nested loop

Hi guys! At first I want to say that your software is outstanding. I recently downloaded it and was quite amazed... But I have found something to point out. It seems that inner loops don't work properly. For example: 1 Simple Loop 2    //something 1 3     If (condition) then 4        break 5     End...