Page 1 of 1

how to creat a series which rearranges a series...

Posted: Wed Jul 04, 2012 2:24 pm
by xubin1988
for example, i have a series:
{4,3,5}
I want to creat a series which rearrange it with a ascending order to :
{3,4,5}

how to write code??
thanks !

how to creat a series which rearranges a series...

Posted: Wed Jul 04, 2012 2:35 pm
by EViews Gareth
You can't really do that - it rarely makes sense in a series to do a sort. You can do it for a vector though with the @sort function.