Hi<br/>
<br/>
I have someone using my software from spain, and hes kindly sent me some files written by my application. I notice that when numbers are written with a decimal, the . is replaced by a , so:<br/>
<br/>
1.75000E-01 is written to the file as 1,75000E-01<br/>
<br/>
Is there any way for me to control the number formatting/Characters since this comma messes up some modules that expect files which are comma delineated.<br/>
<br/>
Is it an encoding issue? Thanks!
View the full article
<br/>
I have someone using my software from spain, and hes kindly sent me some files written by my application. I notice that when numbers are written with a decimal, the . is replaced by a , so:<br/>
<br/>
1.75000E-01 is written to the file as 1,75000E-01<br/>
<br/>
Is there any way for me to control the number formatting/Characters since this comma messes up some modules that expect files which are comma delineated.<br/>
<br/>
Is it an encoding issue? Thanks!
View the full article