Hi Erel,
In the attached test ptogram I save a List of typed variable data with WriteList and read it back with ReadList.
The returned List size is 4 times the original size.
There are extra commas in the list read back, why?
In the attached test ptogram I save a List of typed variable data with WriteList and read it back with ReadList.
The returned List size is 4 times the original size.
There are extra commas in the list read back, why?
Best regards.(ArrayList) [[Altitude=460.0, Time=0, DistTot=0.0, [COLOR=Red],[/COLOR] Distance=0.0, Longitude=7.145578, Latitude=46.153322, , IsInitialized=true, Speed=14.0, Bearing=0.0, ], [Altitude=459.0, Time=10, DistTot=0.0, [COLOR=Red],[/COLOR] Distance=0.0, Longitude=7.156977, Latitude=46.140693, , IsInitialized=true, Speed=13.0, Bearing=20.0, ], ...