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.