Sorting real numbers

From: Tarry Waterson (tarry.waterson_at_tesco.net)
Date: 12/30/03


Date: Tue, 30 Dec 2003 16:23:11 -0000

BlankI have an array of real numbers that I need to sort. I can add them to
a TStringList sort them then StrToFloat them back to real numbers and insert
them into the array. This does not work that well and I'm sure there must be
an easier way. Does anyone know how I can overcome this.

Thanks
Tarry