strlen problem
#2

You're checking if the length is longer than 4 AND shorter than 1 character. It can't be both!

You need to check if it's longer than 4 OR shorter than 1.
Reply


Messages In This Thread
strlen problem - by bosmania - 05.03.2019, 12:41
Re: strlen problem - by NaS - 05.03.2019, 12:57
Re: strlen problem - by bosmania - 05.03.2019, 13:11

Forum Jump:


Users browsing this thread: 2 Guest(s)