> Hello,
>
[quoted text clipped - 10 lines]
> Thanks,
> Miguel
There are two things wrong with your code.
1. You are using the ToArray method to create an array, but you doesn't
get a reference to the array. Once the array is sorted, you don't have
any reference to it so you can't reach it.
2. The Sort method doesn't return anything.

Signature
Göran Andersson
_____
http://www.guffa.com