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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,77bf8fb943650b32,start X-Google-Attributes: gid103376,public From: dawkins@whisky.nrl.navy.mil Subject: type declaration problem(beginner) Date: 1997/02/26 Message-ID: <1997Feb26.120011.27@whisky>#1/1 X-Deja-AN: 222426981 Distribution: world Organization: NRL SPACE SYSTEMS DIVISION Newsgroups: comp.lang.ada Summary: type declaration problem (beginner) Date: 1997-02-26T00:00:00+00:00 List-Id: I have a type declarations, example: type Month is (Jan, Feb, etc...) I want to write another declaration for a array of boolean values, Set_type. Use the type Month for the indices into the array. Any help from someone who may know would be helpful. I'm just learning ada and having a hard time following the book. Oh yea, anyone know of any good books on ada. Scott Dawkins dawkins@ssdd.nrl.navy.mil