Hallo

Just need the variable to get the action sleep for defined time written in 'textbox3.text'


Dim x As Integer = 1
Dim i As Integer = 0

Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
For Me.x = 1 To 10

TextBox2.Text = TextBox1.Text & Me.i

If Me.x > 0 Then
'do something
' HERE SHOULD BE THE VARIABLE TO GET THE WHOLE ACTION SLEEP FOR TIME (textbox3.text)
End If


Next