When an item goes deleted the order is restored or it just goes down with 1position? For example if we delete item 2 from an array with 4elems, how it will look like.. 0,1,3? If yes is any solution to be reordered and changed in the normal way? Does anyone knows how array: works here?