This is a test message to test the length of the message box.
Login
|

Write a comment

Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.

EXIT or CONTINUE

morimehul - 10/10/2025 - 10:24

Is there any way to achieve EXIT or CONTINUE like functionality in FOR expression. i.e. to exit the loop or skip an iteration.


Xexer - 10/13/2025 - 19:54

Hi morimehul,

not really. The FOR should run with or without a filter over the full data. When you need more logic or a complexe check, you have to do it the classic way with a LOOP.

Greetings Björn