Question:
Answer:
If your macro is functioning properly, you can increase this limit in the General Control Panel / Presentations / Maximum while-loop iterations per page.
You could also insert a %% whileLimitReset %% (versions 4.0+) into your %% while %% loop, which will reset the counter on each pass. However if your macro is faulty, doing this could send web crossing into an infinite loop that the limiter was designed to prevent.