12-16-2007 02:58 PM - edited 12-16-2007 02:59 PM
12-16-2007 03:07 PM - edited 12-16-2007 03:08 PM
Apparently your computer has a country setting that defines the comma as decimal seperator. It is not a good idea to use csv in this case!
You can unckeck "use localized decimal point" in the front panel options.
You can also force a decimal point instead of comma as decimal separator by adding %.; to your format string (%.;%.03f,%.03f,%.03f,%.06f in your case).
Why do you use a seperate loop for the random numbers???
12-16-2007 03:42 PM
12-16-2007 03:56 PM
or you have a better idea for recording the results in Excel ? (1.000.000 values)
12-17-2007 09:41 AM
12-17-2007 09:49 AM
12-17-2007 03:21 PM - edited 12-17-2007 03:24 PM