String Inverse
#2

pawn Код:
stock StringInverse(const string[], dest[])
{
new len = strlen(string);
for(new i=0; i < len; i++)
    dest[i] = string[len-i];
return dest;
}
ok, i done that xd
Reply


Messages In This Thread
String Inverse - by i514x - 13.09.2010, 18:01
Re: String Inverse - by Minokon - 13.09.2010, 18:02
Re: String Inverse - by i514x - 13.09.2010, 18:11
Re: String Inverse - by [XST]O_x - 13.09.2010, 18:15
Re: String Inverse - by RoBo - 13.09.2010, 18:30

Forum Jump:


Users browsing this thread: 1 Guest(s)