lumin
Jan 24th, 2000, 04:24 AM
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 ?
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
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 ?
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