27.02.2010, 21:53
I debugged it and here: >>
So there's something wrong with this.. Only the first one loads.
But what? .. I realy dunno what I can do else..
So there's something wrong with this.. Only the first one loads.
Код:
while(fread(ReadFileString, Line, sizeof Line, false)) { CP[CPCount][1] = floatstr(strtok(Line, Index)); CP[CPCount][2] = floatstr(strtok(Line, Index)); CP[CPCount][3] = floatstr(strtok(Line, Index)); CPCount++; }