When exporting Live Watch Plot data to CSV the data is saved to a file using comma as a seperator.
The problem is that the floating point data also is saved using comma as a seperator (have a look at CSV_file.png)
How do you change the settings of VisualGDB to express floating point using . instead of , (or change the seperator sign)?
Thanks for reporting this. VisualGDB was indeed using a fixed “,” separator when generating CSV files.
We have updated it to use the same system-level setting that Excel does, and also added a manual override option (Tools->Options->VisualGDB->General->Files->CSV file separator).