Hi.

How do I loop somthing in the form_load event ?
has totaly forgot how the loop thingies work.

is there any possebilitys that i can loop this ?

Code:
NumberOfUsers = frmUsers.txtOperator.Count - 1
For i = 0 To NumberOfUsers

If Text2.Text = frmUsers.txtOperator(i).Text & " : " Then

If Text2.Text = "?help" Or Text2.Text = "?Help" Then
Text1.Text = "This is the help menu"
Send_Click

If Text2.Text = "?ban" Or Text2.Text = "?Ban" Then
Text1.Text = "/ban"
Send_Click

Else

End If
End If
End If

Next i
Thanks in Advance.


-Lumin