Argument type mismatch.
#2

You're trying to get the string length of a integer. I think you're trying to achieve this:

pawn Код:
new user_freq = strval(inputtext); // This gets the numeric value of a string
new user_done_freq = strlen(inputtext); // This gets the length of a string.
Reply


Messages In This Thread
Argument type mismatch. - by danielpalade - 15.09.2016, 17:14
Re: Argument type mismatch. - by Marricio - 15.09.2016, 17:16

Forum Jump:


Users browsing this thread: 2 Guest(s)