Problem sorting wave

Hello, I am trying to use the command sort to invert the order of the values of a wave. I have a set of two waves, wavex and wavey and, while wavey goes in the correct direction, I would like to invert wavex. The wave contains decreasing negative points, going from -30 to -300 more or less. I would like to sort it as to have it going from -300 to -30. I tried to use Sort/R with various combinations of wavex and wavey but nothing changes... Any suggestion?? Thanks, V.
If you want it to go from -300 to -30, that is a regular sort not reverse. Andy
Do you actually need to sort or to invert the order of points in the wave? If you need to accomplish the latter, see the WaveTransform operation with the keyword flip. A.G. WaveMetrics, Inc.
hegedus wrote:
If you want it to go from -300 to -30, that is a regular sort not reverse. Andy
that's right! Thanks V.