08.04.2014, 08:57
Quote:
Maybe I got blind or what. But I couldn't find a sample if a text/string is more than 256? What operation should I use? Like strcat or strtok?
|
When defining a string for example try to only make as many cells as you need
pawn Код:
New Example_Str[5]
Example_Str = Hello;