hi:
anybody tell me how could i do for that in output fields the decimals appear dot separator and not comma?
i try with:
{
str_tst=tst; gsub(/\./, ",", str_tst);
str_cSZA=cSZA; gsub(/\./, ",", str_cSZA);
str_SZA=SZA; gsub(/\./, ",", str_SZA);
str_Ilw=Ilw; gsub(/\./, ",", str_Ilw);
str_test=test; gsub(/\./, ",", str_test);
str_df_test=df_test; gsub(/\./, ",", str_fd_test);
};
and after this it doesn't function correctly.
thanks in advance
anybody tell me how could i do for that in output fields the decimals appear dot separator and not comma?
i try with:
{
str_tst=tst; gsub(/\./, ",", str_tst);
str_cSZA=cSZA; gsub(/\./, ",", str_cSZA);
str_SZA=SZA; gsub(/\./, ",", str_SZA);
str_Ilw=Ilw; gsub(/\./, ",", str_Ilw);
str_test=test; gsub(/\./, ",", str_test);
str_df_test=df_test; gsub(/\./, ",", str_fd_test);
};
and after this it doesn't function correctly.
thanks in advance