Password Lengh
#4

Quote:
Originally Posted by OrMisicL
Посмотреть сообщение
Are you aware of what you're writing here ? this code just checks if the input text length is less or equal to 1, but the guy was asking how to check if the password length is bigger than 1 !

pawn Код:
if(strlen(inputtext) >= 1)
{
    // Code
}
What about if the arguments aren't met? What are you going to do then? You haven't provided an else in that block.
Reply


Messages In This Thread
Password Lengh - by Blackazur - 16.07.2013, 22:15
Re: Password Lengh - by nor15 - 16.07.2013, 22:31
Re: Password Lengh - by OrMisicL - 16.07.2013, 22:52
Re: Password Lengh - by Scenario - 16.07.2013, 22:54
Re: Password Lengh - by OrMisicL - 16.07.2013, 22:57
AW: Password Lengh - by Blackazur - 16.07.2013, 23:12
Re: Password Lengh - by OrMisicL - 16.07.2013, 23:24
AW: Password Lengh - by Blackazur - 16.07.2013, 23:29
Re: Password Lengh - by ThePhenix - 16.07.2013, 23:54
AW: Password Lengh - by Blackazur - 16.07.2013, 23:59

Forum Jump:


Users browsing this thread: 1 Guest(s)