From: a.nederpelt on
I want to set my app stable so i use #CLIPPER etc so it is everywhere
the same.

Language panel in Windows set to Dutch
Settings: International: CLIPPER Collation: CLIPPER Ansi: .T. RDD:
DBFCDX DateFormat: DD-MM-YYYY
DateCountry: 6 Century: .T. Epoch: 1980 Decimal: 46 Thousand: 44
TextValue asstring(VAL()) STR(x,10,5)
1,234 : 1 : 1.00000
1.234 : 1.234 : 1.23400
1.123,45 : 1.123 : 1.12300
1,123.45 : 1 : 1.00000

Now i change it to English, and correct the settings there to Dutch
settings.
- Getal: 123.456.789,00
- Valuta: €123.456.789,00

Settings: International: CLIPPER Collation: CLIPPER Ansi: .T. RDD:
DBFCDX DateFormat: DD-MM-YYYY
DateCountry: 6 Century: .T. Epoch: 1980 Decimal: 46 Thousand: 44
1,234 : 1 : 1,.00000
1.234 : 0 : 0,.00000
1.123,45 : 0 : 0,.00000
1,123.45 : 1 : 1,.00000

And then the seperator seems to
be ,. ????????????????????????????????????????????????????????