11.05.2015, 17:42
(
Последний раз редактировалось Lуs; 11.05.2015 в 18:15.
)
se a senha ja esta salva como 0 ou null tbm vai bugar da mesma forma
coloca a verificaзгo if(strlen(inputtext) < 6 || strlen(inputtext) > 24)
tbm no registro
e registra com outra acc e testa
----------------------------------
eu uso no meu gm strcmp diferente
tem alguma diferenзa ?? qual й melhor?
coloca a verificaзгo if(strlen(inputtext) < 6 || strlen(inputtext) > 24)
tbm no registro
e registra com outra acc e testa
----------------------------------
eu uso no meu gm strcmp diferente
tem alguma diferenзa ?? qual й melhor?
Код:
if(strcmp(inputtext, DOF2_GetString(string, "Senha"), true) == 0) if(!strcmp(inputtext, DOF2_GetString(string, "Senha"), false))

