Quote:
Originally Posted by Misiur
text[] is indicator that function accepts arrays (and in turn, strings) - it is placed in function definition. When you are calling that function, you have to pass specific variable, not indicator - and therefore "text" without square brackets is enough.
|
Ah i understand now, thanks, but can you take a look at it again? it doesnt work