QUESTION , REP++
#1

What returns thing++;

For me in this case what it returns ?
pawn Код:
new memid;
// example mysql_ string here ...
new Cache: result12 = mysql_query (handle, stringg);
for ( new i, j = cache_get_row_count ( ); i != j; ++i )
{
    cache_get_field_content(i, "playerName", query);
    format(Selected[memid][snume],24, query);

    memid++;
}
cache_delete(result12);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)