Hi everyone,
I'm working on a little tool and I have a bunch of numbers in a textbox like this
I'm trying to create a loop that goes through each line, getting the info on it and using it to something else.
How can I achieve that?
Thanks!
just use "newline" like separator...
varColor=tokenat(TextBox.Text,index,newline)
newlineSeparator.capx
Develop games in your browser. Powerful, performant & highly capable.
Thank you!