I have made an app that the user has to type a number, and i want the process for the app to do this how evermany times the user wishes it to do.
for example, the app is ment to create a line in a text document, so they write in textbox1 what they want written on the line, and then in textbox2, tey say how many lines they want to create.
So,
TextBox1.Text = "BLAA"
TextBox2.Text = "782"
It will create 782 lines of BLAA. not just one...
Thanks in advance.
for example, the app is ment to create a line in a text document, so they write in textbox1 what they want written on the line, and then in textbox2, tey say how many lines they want to create.
So,
TextBox1.Text = "BLAA"
TextBox2.Text = "782"
It will create 782 lines of BLAA. not just one...
Thanks in advance.