Click here to Skip to main content
16,016,643 members

Comments by Tarek Mohamed Abdalla (Top 1 by date)

Tarek Mohamed Abdalla 12-Jan-14 4:24am View    
No it didn't work there is a problem in the array when i say
AllPlayerInfo(1) = TextBox1.Text</pre>It dind't work but if i do this it work ....!<pre lang="vb">If TextBox1.Text = "admin" Then

If TextBox2.Text = "admin" Then

MsgBox("Hello " & TextBox1.Text)

Return True



End If

End If</pre>
Ok but i want the array not specific string

plz help me