View Single Post
  #5 (permalink)  
Old 08-10-2007, 02:38 PM
mary mary is offline
Member
 
Join Date: Jul 2007
Posts: 51
mary is on a distinguished road
Hi warship!!!
I think that the problem is that you have to write the index in array
Quote:
username.equals(userUsernameArray[])
for example
Code:
int index=1; username.equals(userUsernameArray[index])
and check the doLogOn, the if statements are wrong
Reply With Quote