Moving elements of an array?
Posted: Mon Sep 26, 2005 7:22 pm
how do i move an element of an array to a different location? for example,
i have an array array(1,2,3,4,5,6)
and i want to move the 3 after the for so it ends up as array(1,2,4,3,5,6)
how is this done???
i have an array array(1,2,3,4,5,6)
and i want to move the 3 after the for so it ends up as array(1,2,4,3,5,6)
how is this done???