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

Kommentar verfassen

Das Schreiben von Kommentaren ist nur registrierten Benutzern erlaubt, die Registrierung ist kostenlos und erfordert keine E-Mail Adresse und kann schnell hier durchgeführt werden.

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 - 13.10.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