strlen checking inputtext? [rep++]
#1

pawn Код:
if(strlen(inputtext) >= 24 || =< 3)
Alright so that's my newb attempt at this, seemingly i've never done it before I think I gave it a pretty alright go, shame it didn't work...



Nevermind, think I got it.

pawn Код:
if(strlen(inputtext) > 24 || strlen(inputtext) < 3)
Reply


Messages In This Thread
strlen checking inputtext? [rep++] - by Hoborific - 18.12.2011, 17:04
Re: strlen checking inputtext? [rep++] - by Norck - 18.12.2011, 18:57

Forum Jump:


Users browsing this thread: 2 Guest(s)