Hi all, just wondering if someone could help me out with a small loop question.
If I had an input field in a GUI which writes to variable "counter" (a numerical value), how would I be able to use this value to control the amount of times a loop is run. I have tried using the break function to exit a loop when it reaches a certain number of iterations, but it nothing I've attempted seems to work.
Any help is appreciated