I have an array of class structures, I have a procedure that needs to use ArraySort() and then use ArraySeek(<array>,asBinary,<value>) but when finishes I then need to put the array back in the order it was.
I can't just copy the array as if the value is found that element is deleted from the array.
The procedure can be called from a number of locations and user choices mean I do not know what order the array is in when my seek procedure is called.
Any ideas on how I could do this?
Gary.
I can't just copy the array as if the value is found that element is deleted from the array.
The procedure can be called from a number of locations and user choices mean I do not know what order the array is in when my seek procedure is called.
Any ideas on how I could do this?
Gary.