Posts: 560
Threads: 117
Joined: Jan 2011
Reputation:
0
INI_WriteInt(File,"Password",udb_hash(inputtext)); It's the same as this, but when i try that, it doesnt work.
When i try that code you said, it gives the same error i was getting before
error 035: argument type mismatch (argument 1)
Posts: 1,363
Threads: 14
Joined: Apr 2009
Reputation:
0
as far as I know, udb_hash will return a string, I told you that you can't save a string as an integer
Posts: 560
Threads: 117
Joined: Jan 2011
Reputation:
0
It works for the password on registration, i tried with writestring still same error