If I use a loop:
for x from 1 to 4
and I have a subevent below it
how does the flow go?
Is it executing the parent's event 4 times, then it goes to the subevent?
or every x it will execute the parent and the subevent?
---------------------------------------------------
If I use WHILE condition and other condition,
is it the same if I use WHILE with a subevent?