I’m having an array for example with 4 elements array("a", "b", "c", d"); what is the fastest way to repeat this array to create a new array with a certain length, e.g 71 elements?
I’m having an array for example with 4 elements array(a, b, c, d); what
Share
1 Answer