I'd like to be able to repeat a list of names X number of times. I've looked around but haven't found anything that fit.

Example: Repeat count = 3

Name1
Name2
Name3
Name4

becomes

Name1
Name2
Name3
Name4
Name1
Name2
Name3
Name4
Name1
Name2
Name3
Name4