Repeat array to a certain length?

HansPeren

New Member
I'm having an array for example with 4 elements \[code\]array("a", "b", "c", d");\[/code\] what is the fastest way to repeat this array to create a new array with a certain length, e.g 71 elements?
 
Back
Top