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.
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
Is there any way to achieve EXIT or CONTINUE like functionality in FOR expression. i.e. to exit the loop or skip an iteration.
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