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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ba2f8edf6a585206 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-18 09:31:13 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!zeus.visi.com!priapus.visi.com!orange.octanews.net!news-out.visi.com!petbe.visi.com!news.octanews.net!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news-lei1.dfn.de!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: File_Type Date: Sun, 18 Apr 2004 18:30:30 +0200 Organization: AdaCL Message-ID: <5452764.zxMPyrtXSK@linux1.krischik.com> References: <61f665c0.0404180417.72855af4@posting.google.com> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1082305853 07 23869 TX-uG3JLX+WRAGK 040418 16:30:53 X-Complaints-To: usenet-abuse@t-online.de X-ID: rqmnUoZZre-xzACqWi28x3jmFJIjVhXish9jJecDXHg0vMxvZOjvr0 User-Agent: KNode/0.7.7 Xref: archiver1.google.com comp.lang.ada:7309 Date: 2004-04-18T18:30:30+02:00 List-Id: Jorge Suarez-Solis Rivaya wrote: > Is there anyway to use an Integer Type like a File_Type?, Spot the word which does not fit in: "in out append integer". ;-) hope you are not upset about my little joke. But I think you have mixed File_Type and Element_Type. Or if you want to use Streams look for Integer'Output and Integer'Input. > Is there anyway to asign a File_Type the value 3? File_Type'Val (3) - Of course there is little use in that since it is likely to raise Containt_Error. With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com