Sort an array of dates and two corresponding amounts arrays into date order
Introduced in release: 1.1 Component: Generic Purpose:
Sorts an array of dates and two corresponding amounts arrays, by date, using no extra memory. This routine uses a bubble sort, which is not extremely efficient, but requires no additional memory.
Alternatives:
For only one amounts array use sort_MDYs.
Results:
The results are just the same arrays, in sorted order.
Error Conditions:
Returned values should be ignored for a non-zero status. See Errors.