How to catenate a string multiple times ?

Peter Sommerfeld noreply at rubrica.at
Sat Mar 16 08:29:02 PDT 2013


Cannot find a reference: What is the best way
to catenate a string multiple times ?
Unfortunately this this does not work ;-)

string tab = "..";
tab = tab * 4; // -> "........"

Peter


More information about the Digitalmars-d-learn mailing list