04-07-2017 11:47 AM
Why don't my code run continuously for 5 iterations? I've started learning the language since 2 days so this question might well be silly.
Solved! Go to Solution.
04-07-2017 11:49 AM
It does, but each loop does exactly the same thing so you will only see one result.
04-10-2017 06:30 AM
And if you want all the output of the 5 iterations, keep the indicator out of the loop 🙂
Mathan
04-10-2017 07:52 AM
A tip is to activate the Highlight execution-light bulb to see in slow motion what's happening. In this case you'd see it loops several times e.g.
/Y
04-10-2017 10:00 AM
This worked. Thanks man 🙂