Hi
I have to very basic question.
I have a loop with foreach() however I don't want to wait it finish if I find my data before the end. How to break the foreach() loop? There is a instruction to do it?
The second question is how to tell to print to a specific position? For example, I always want to write starting at position 30.
Thank you