Go To Documentation Main IndexMain Index
Go To TIPS, Inc.TIPS Home
sort_MDYs

sort_MDYs (routine)

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.

Last Mod Date: 01/23/1995© 2001 TIPS, Inc.Doc Version: 5.0