Wrap text !!
#2

Just an idea.

start to scan the row from the length you want to cut, and at first " " symbol split it.

Like you want that it sends msgs not longer than 128 symbols,

then just start to
pawn Код:
for(new i = 120; i < strlen(string); i++)
{
if(string[i] == ' ') { split at 130 for example; }
}
and you know at which place to split it.
Reply


Messages In This Thread
Wrap text !! - by hafs - 21.07.2014, 22:40
Re: Wrap text !! - by ikey07 - 21.07.2014, 22:51

Forum Jump:


Users browsing this thread: 1 Guest(s)