string s = "ha"; string copy = ""; for (int x = 0; x < 5; x++) copy += s;