02.08.2012, 10:44
Well, your string will contain only information about last row because you use format on each iteration. I suggest something like:
Now you have all strings in tmp variable
pawn Code:
//Above the loop
new tmp[499+1];
//Find
db_next_row(Result);
//Add before
strcat(tmp, string);