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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1ce805592e46d231 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-04 04:11:49 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!128.39.3.168!uninett.no!not-for-mail From: Reinert Korsnes Newsgroups: comp.lang.ada Subject: Re: (elementary question) Test on type ? Date: Tue, 4 Sep 2001 13:05:21 +0200 Organization: UNINETT news service Message-ID: <9n2ctk$36v$1@snipp.uninett.no> References: <9n24g4$17q$1@snipp.uninett.no> <9n279a$1ua$1@snipp.uninett.no> <3B94B4B4.CE1955D6@nbi.dk> NNTP-Posting-Host: sthrkou.ffi.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: snipp.uninett.no 999601908 3295 193.156.99.159 (4 Sep 2001 11:11:48 GMT) X-Complaints-To: news-abuse@uninett.no User-Agent: KNode/0.4 Xref: archiver1.google.com comp.lang.ada:12681 Date: 2001-09-04T13:05:21+02:00 List-Id: Jacob Sparre Andersen wrote: > Reinert: > >> > if X in Integer then >> >> I get error message "incompatible types"..... > > Then X is apparently not of type Integer. ;-) > > Seriously, what are you trying to do? Just do a bit different things in the function depending on the type of X. Say, X is Float of Interger.... Maybe some dirty programming, but anyway. reinert > > Jacob -- http://home.chello.no/~rkorsnes