strfind looping problem..
#3

anyways.. thanks for trying, i looked at Ryder`'s previous strfind using functions, and i built it off of it. rep++ to him.

thanks for suggesting and trying .
pawn Код:
new Rows = 0, Currentrow = -1, Float:PositionY;
    while((Currentrow = strfind(text, "~n~", true, (Currentrow + 1))) != -1)
    {
        Rows ++;
        printf("Currentrow: %d", Currentrow);
    }
that is my solution for now.
Reply


Messages In This Thread
strfind looping problem.. - by Donya - 05.07.2011, 05:14
Re: strfind looping problem.. - by leong124 - 05.07.2011, 05:20
Re: strfind looping problem.. - by Donya - 05.07.2011, 05:46

Forum Jump:


Users browsing this thread: 2 Guest(s)