AW: ThousansSeparator - nur ein Mythos?
16. Apr 2022, 11:46
Hallo,
das Edit1 müsste so sein
Edit1.Text:=[COLOR="red"][U]Format[[/U]/COLOR]('JD = %6.n',[JD], AFormatSettings);
wegen der lesbarkeit
Edit1.Text:=Format ('JD = %6.n',[JD], AFormatSettings);
Gruß
|