Little help.
#10

Edit: beaten already

Change this:

Код:
if(strval(str) < 1 || strval(str) > 60)
to this:

Код:
if(strval(inputtext) < 1 || strval(inputtext) > 60)
You're declaring str and not doing anything with it, so strval(str) is evaluating to 0.
Reply


Messages In This Thread
Little help. - by Littlehelper - 26.06.2012, 14:29
Re: Little help. - by Littlehelper - 26.06.2012, 14:34
Re: Little help. - by JonnyDeadly - 26.06.2012, 14:37
Re: Little help. - by MadeMan - 26.06.2012, 14:38
Re: Little help. - by Littlehelper - 26.06.2012, 14:38
Re: Little help. - by AdamCooper - 26.06.2012, 14:39
Re: Little help. - by Roko_foko - 26.06.2012, 14:41
Re: Little help. - by MadeMan - 26.06.2012, 14:41
Re: Little help. - by Littlehelper - 26.06.2012, 14:42
Re: Little help. - by mkr - 26.06.2012, 14:43

Forum Jump:


Users browsing this thread: 2 Guest(s)