jsonparser
jsonparser copied to clipboard
Continuing iteration in ArrayEach()
Hi,
is there any way to continue an iteration in the the ArrayEach block?
The compiler shows error: continue not in for statement
Best, Gabriele
I got around with that so far by using the goto statement...
But this is not a perfect solution, since on variable over jumps the compiler will end up with an error.