Hi all, I would like to reverse the elements of an array (or vector). If it were a regular Python list, I could say L.reverse(). If it were in Matlab (ick), I could say U(4:-1:1). Can anyone give me a hint on doing this in Numeric (not Numarray)? Thx