I have an 1-dimession array that have 4 width.
The array convered with four randomed values.
3 1 4 2
When i delete an element at the second position (1), the array will become like this:
3 null 4 2
So how can i resort it like this:
3 4 2
Thanks in advance. <img src="smileys/smiley2.gif" border="0" align="middle" />