28.08.2012, 13:51
To clear the confusion,
Strval: it is used to convert string into integer.
Strlen: it is used to check the length of the string.
Strval: it is used to convert string into integer.
Strlen: it is used to check the length of the string.
pawn Код:
if( !strlen( inputtext ) ) return print( "atleast write something" ); // if inputtext has nothing