23.10.2016, 13:20
(
Последний раз редактировалось Stinged; 23.10.2016 в 18:20.
)
According to "p<|>{ds[80]}s[24]dd", your line should look like this:
INTEGER|STRING|STRING|INTEGER|INTEGER
And since you're using {ds[80]} for the first two, it means you're dumping them (The red part)
But according to your code, you're storing 4 things, and not 3.
INTEGER|STRING|STRING|INTEGER|INTEGER
And since you're using {ds[80]} for the first two, it means you're dumping them (The red part)
But according to your code, you're storing 4 things, and not 3.