14.07.2011, 21:13
Quote:
we have IDX 0 and we will add 1 to it for each formatted and write'n line so while idx is lover than a max_something server will save lines to file (until it gets to max_something)
io_write writes a FIRST LINE AND OVERRIDE everything alse io_append writes a line at the end of the file [EDIT]Since you converting it to sqlLite you will just need to update that info |
EDIT: Just wanted something else to ask, what's with the idx being so high?
pawn Код:
new idx = 184;
while (idx < sizeof(CarInfo))
{
//code code
idx++;
}