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=1.4 required=5.0 tests=BAYES_50,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b2f46302cf6a9a2f X-Google-Attributes: gid103376,public From: gothicsin@aol.com (GOTHIC SIN) Subject: Re: Using ARRAYS for grade reporting? Date: 1998/04/19 Message-ID: <1998041903445200.XAA06273@ladder01.news.aol.com>#1/1 X-Deja-AN: 345536423 References: <35392586.E773500B@erols.com> X-Admin: news@aol.com Organization: AOL http://www.aol.com Newsgroups: comp.lang.ada Date: 1998-04-19T00:00:00+00:00 List-Id: Why don't you use a RECORD? Type Grade_report_record is RECORD Names : string; grades : character; -- or you can use the numeric grade natural -- or float. end record; goth