Login Issue?
#2

The line
pawn Код:
if(!strlen(inputtext))
is wrong.
Strlen is to be used like:
pawn Код:
if(strlen(inputtext) < 2 ) // If string length is less than 2 chars.
 { Do something }
Reply


Messages In This Thread
Login Issue? - by nmader - 15.02.2013, 13:37
Re: Login Issue? - by RajatPawar - 16.02.2013, 04:26

Forum Jump:


Users browsing this thread: 1 Guest(s)