friends I have this result
array(3) {
[0]=>
array(1) {
["dato"]=>
string(7) "3522.40"
}
[1]=>
array(1) {
["dato"]=>
string(7) "6748.20"
}
[2]=>
array(1) {
["dato"]=>
string(7) "7000.00"
}
Inserting new data would be something like this:
[3]=>
array(1) {
["dato"]=>string(1) "0"
}
I need to be able to add more fields to the vector, after position [2].