From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d46d23ef29cdbd30,start X-Google-Attributes: gid103376,public From: Kenneth Lee Subject: newbie question Date: 1999/03/18 Message-ID: <36F039F8.275E7145@hknet.com>#1/1 X-Deja-AN: 455911313 X-NNTP-Posting-Host: 202.67.252.10 Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-18T00:00:00+00:00 List-Id: just switched to Ada a few days. can someone show me how can i have a universal sort routine to sort arrays of integer and float? or even strings? i tried to implement such a generic unit, but failed coz i'm really new to Ada :P thx in advance. Kenneth PS. is there any seperate code library like those perl packages?