I try to use a for loop with incomplete syntax like this because I must increment inside of the code block depending on other values.
for ( statement 1 ; statement 2 ; ) { code block }
Javascript docu (https://www.w3schools.com/js/js_loop_for.asp) says it´s allowed, but I get an error message: “execute js error: execution timeout”