I have a c# program to pull some data from MS-SQL server.
If I run the program in command prommpt all is ok, meaning
there are decimal figures in the output and it show the value with
a decimal point eg : 50.00.
When i launch the process through VisualCron (release 5.1.6 build 33625)
task type execute then i receive the value with a decimal comma eg : 50,00.
My regional setting are : English (United States).
What can be wrong here ?
Thanks for your help,
Bruno