SyntaxFix
Write A Post
Hire A Developer
Questions
Try use While/Wend and Do While / Loop statements...
i = 1 While i < N + 1 Do While true [Code] If Condition1 Then Exit Do End If [MoreCode] If Condition2 Then Exit Do End If [...] Exit Do Loop Wend