OzzieBloke
Programmer
Is there a way to repeat a command a certain amount of times??
Basically, I want the user to set how many times that a command is executed. However everything that I try doesn't work.
I have tried
i = 0
Do Until i = Int(Repeat.Text)
string
i = i + 1
Loop
String is the code which is meant to execute, yet does not.
Basically, I want the user to set how many times that a command is executed. However everything that I try doesn't work.
I have tried
i = 0
Do Until i = Int(Repeat.Text)
string
i = i + 1
Loop
String is the code which is meant to execute, yet does not.