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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f24b55bcdf15c088 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-06 14:40:07 PST Path: supernews.google.com!sn-xit-03!supernews.com!news-out.usenetserver.com!news-out-sjo.usenetserver.com!newsfeed.direct.ca!look.ca!newshub2.rdc1.sfba.home.com!news.home.com!news1.rdc1.mi.home.com.POSTED!not-for-mail From: "mcdoobie" Subject: Re: Ada95 tutorials with sample code. Newsgroups: comp.lang.ada Organization: Caffinated Corps References: <20010306093156.16979.00000142@nso-co.aol.com> User-Agent: Pan/0.8.1beta6 (Unix) X-No-Productlinks: Yes Message-ID: Date: Tue, 06 Mar 2001 22:38:30 GMT NNTP-Posting-Host: 24.0.109.49 X-Complaints-To: abuse@home.net X-Trace: news1.rdc1.mi.home.com 983918310 24.0.109.49 (Tue, 06 Mar 2001 14:38:30 PST) NNTP-Posting-Date: Tue, 06 Mar 2001 14:38:30 PST Xref: supernews.google.com comp.lang.ada:5482 Date: 2001-03-06T22:38:30+00:00 List-Id: I'm definitely gonna check it out, in addition to the www.mcondic.com website mentioned in another post. Now I have a quick question. I'm using a loop to test for the existence of a certain variable, but I'm not quite sure how to go about it. Heres what it looks like right now... while opt_is not 'V' or 'A' loop Put( opt_prompt ); NEW_LINE; Ada.Text_IO.Put_Line( "Please enter either a 'V' or an 'A' ); Get( opt_is ); end loop; Now, I'm not sure what I'm supposed to be doing at the start of the loop. Any help woiuld be appreciated. Thanks. McDoobie mcdoobie@hotmail.com