On Thu, Oct 20, 2016 at 6:17 PM, Pat Bensky <[email protected]> wrote:

> 1: 123456789.99
> 2: 123,456,789.99
>
> When the customer runs it on his Italian system, he gets:
> 1: 12345678999
> 2: <<<
>
> whereas he should get:
> 1: 123456789,99
> 2: 123.456.789,99
>
> ​What am I doing wrong?
>

Did he opens a method so it retokenizes? If yes, as his system decimal
separator is comma, 123456789.99 is tokenized as 12345678999 - dot is not
recognized as decimal separator.

Other development environment assume dot is decimal separator whatever is
system setting, 4D not.

If you send your customer compiled structure, I do not have a clue.


-- 

Peter Bozek
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to