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