Login Page - Create Account

Support Board


Date/Time: Tue, 11 Aug 2026 11:05:33 +0000



Post From: ACSIL Help.. while loop exploding SC

[2026-05-23 14:35:10]
ForgivingComputers.com - Posts: 1235
You created an infinite loop. The values x2, x3, y2, and y3 will never change inside the loop, so unless x2 >= y2 when entering the loop, there is no break and no exit.