How can I sort RArray in descending order ?
| Thu, 2008-01-10 05:47 | |
|
How can I sort RArray in descending order ? class TSample RArray // Now Assume some data added to the samleArray sampleArray.SortSigned(); Is it possible to sort samplearray in descending order by SortSigned function() ? I know this may be possible by |
|






Forum posts: 1232
No. SortSigned only sorts in signed integer order, ascending.
use Sort(TLinearOrder< T > anOrder);