18.08.2011, 11:20
I don't know why you're trying to store the length of the inputtext in an array, if you want to store the contents of inputtext in the array, simply use strcat, for example:
pawn Код:
strcat(Variable, inputtext);