HI guys

Basically my problem is that i need to convert a list of unique values into a list of the same values duplicated several times.

A small example is; I need to change the list:

Item1
Item2
Item3
Item4

So that each item is shown four times;

Item1
Item1
Item1
Item1
Item2
Item2
Item2
Item2

etc...

Any advice welcome.

Cheers