On 11/25/2011 06:50 PM, Henrique Andrade wrote:
Dear Gretl Community,
I´m trying to save data into comma-separated values (the csv extension)
files using the Brazilian standard (comma as the decimal point
character) but it is not working. Gretl only saves the text file with
point as the decimal point character.
In order to do this I'm using the following script:
<hansl>
open australia.gdt
set csv_delim semicolon
set force_decpoint on
Hm, what do you expect when you "force the decimal point" to appear?
-sven