Forum Discussion
ankitgaur
10 years agoVisitor
Hey,
Yes , the code does not break always and the error you are seeing does not come at the spot where its showing always, it deviates anywhere the execution time is out.
Plus the empty space in if condition is in order to mimic CONTINUE operation for FOR loop.
Eg. if condition is true skip the iteration, but as there is no CONTINUE in brightscript, hence empty IF.
Yes , the code does not break always and the error you are seeing does not come at the spot where its showing always, it deviates anywhere the execution time is out.
Plus the empty space in if condition is in order to mimic CONTINUE operation for FOR loop.
Eg. if condition is true skip the iteration, but as there is no CONTINUE in brightscript, hence empty IF.