Hi I have an array that is indexed 0-13 its key valued so each index has an array of its own nested, I want to be able to change the order of it to [0,2,1,3,4,5,7,6,8,10,9,11,13,12]. here is my attempt but it doesn't work at the moment.
var (array)
1
array
id 1
date modified 2005-01-19
2
array
id 2
date modified 2005-01-19
that is the structure of the array I want to change, I want to change the order of the array .