Hi,
I have a custom type made of several fields: some are bool, some int. I know I can use "Sorttype" but that allows to specify one field to sort. To make it simple imagine a list of objects made by one int and one bool. What could be a way to sort all the objects with the bool field set to true and then by the int value?
Thanks
I have a custom type made of several fields: some are bool, some int. I know I can use "Sorttype" but that allows to specify one field to sort. To make it simple imagine a list of objects made by one int and one bool. What could be a way to sort all the objects with the bool field set to true and then by the int value?
Thanks