Inserting a small text in between a string.
#7

Sizeof inputtext is just a reference and compiler doesn't know what's its real size. Try

pawn Код:
if(strlen(inputtext) >= 79) strins(inputtext, "~n~", 79, 128);
Reply


Messages In This Thread
Inserting a small text in between a string. - by Black Wolf - 06.09.2013, 11:14
Re: Inserting a small text in between a string. - by Dragonsaurus - 06.09.2013, 11:20
Re: Inserting a small text in between a string. - by Misiur - 06.09.2013, 11:21
Re: Inserting a small text in between a string. - by Black Wolf - 06.09.2013, 11:26
Re: Inserting a small text in between a string. - by Dragonsaurus - 06.09.2013, 11:26
Re: Inserting a small text in between a string. - by Black Wolf - 06.09.2013, 11:41
Re: Inserting a small text in between a string. - by Misiur - 06.09.2013, 11:41

Forum Jump:


Users browsing this thread: 1 Guest(s)