Formatted output not on screen but in a string

Alain De Vos devosalain at ymail.com
Fri May 21 22:37:34 UTC 2021


Next code format a string and prints it.
But I want the formatted string stored in a string
```
//Decimal place separator %,
writefln!"%,s"(123456789);
//123,456,789
```


More information about the Digitalmars-d-learn mailing list