You can't delete values from a static array as such, but you can however recreate something similar to the ArrayDeleteItem() function, and "pull" all of the values down, if you were to assume something like a cell with its value being 0 would be empty.
When you delete an item from a dynamic array, you are actually deleting a cell, therefore all cells that come after the one you deleted will drop 1 position, and the total array size will drop by 1.
__________________
Quote:
vBulletin Tip #42: Not much would be accomplished by merging this item with itself.