Hi,

I Have a class which contains various data fields, I have an array of this class, InvoiceData(30). How can I sort the array based on a specific field in the class? eg quantity.

Thanks