10.04.2014, 14:47
Strval is used to get the length of a string. To convert the string to an integer (for calculations) use strval.
So in your case just replace strlen(inputtext) with strval(inputtext).
So in your case just replace strlen(inputtext) with strval(inputtext).

