My arrays look like this:
1 , 3, 5, 6, 7, 8 ,9 ,12, 14, 16, 17
I need it to be filled from 1-17. Is it possible to add a - where each number is missing. The missing numbers are random. So by adding a dash, it would then look like this:
1, -, 3, -, 5, 6, 7, 8 ,9, -, -, 12, -, 14, -, 16, 17
Make sense?