If you use array_delete with an index that's >= the length of the array, it will always delete the last index of the array. For example: array = [0, 1] array_delete(array, 8, 10); show_message(array); ...
I know the normal answer to this question is a standard "Hell no" but my set up is a little different than most arrays.<BR><BR>Hard drives are set up as such:<BR>- Array 1: 2x250GB Divided into 2 ...