Sort an array of dates and their corresponding amounts into date order
Introduced in release: 1.0 Component: Generic Purpose:
Sorts an array of dates and corresponding amounts, by date, using no extra memory. This routine uses a bubble sort, which is not extremely efficient, but requires no additional memory.
Alternatives:
For two amounts arrays use sort2_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.