
Michael_Baxter
-
Posts
52 -
Joined
-
Last visited
Community Answers
-
Michael_Baxter's post in seperating an array at a certain index was marked as the answer
in the end I have used array slice to fix this issue,
I took array slice from index 20 then a foreach loop on the new array from the slice with the final argument as -1
to remove the stop points line
if copy and paste would work on this forum I would show you my final code