16-08-2006, 12:42 PM
Im adding Email as a input for a new account. All the client side works but when it sends the packet to the server i get this error
On Sub SavePlayer
Highlighted on .Email))
Any Hints?
Quote:Compile error:
Method or data Member not found
On Sub SavePlayer
Quote:Sub SavePlayer(ByVal Index As Long)
Dim FileName As String
Dim i As Long
Dim n As Long
FileName = App.Path & "\Accounts\" & Trim(Player(Index).Login) & ".ini"
Call PutVar(FileName, "GENERAL", "Login", Trim(Player(Index).Login))
Call PutVar(FileName, "GENERAL", "Password", Trim(Player(Index).Password))
Call PutVar(FileName, "GENERAL", "Email", Trim(Player(Index).Email))
Highlighted on .Email))
Any Hints?