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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.110.111 with SMTP id hz15mr26366456pab.16.1446039173208; Wed, 28 Oct 2015 06:32:53 -0700 (PDT) X-Received: by 10.50.225.70 with SMTP id ri6mr71530igc.9.1446039173177; Wed, 28 Oct 2015 06:32:53 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!au2pb.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!i2no63420igv.0!news-out.google.com!z4ni38893ign.0!nntp.google.com!i2no63418igv.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 28 Oct 2015 06:32:52 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.243.252.139; posting-account=zd4fUAoAAABZGnAfDxrdJ5Lpts-qUilv NNTP-Posting-Host: 82.243.252.139 References: <5cd4e16a-9dd4-4fe8-8cc6-f98052d883db@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: function Is_Open (File : File_Type) return Boolean; :Text_io From: comicfanzine@gmail.com Injection-Date: Wed, 28 Oct 2015 13:32:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:28087 Date: 2015-10-28T06:32:52-07:00 List-Id: Le mardi 27 octobre 2015 12:34:50 UTC+1, Simon Wright a =E9crit=A0: > comicfanzine@gmail.com writes: >=20 > > The code compile but you don't understand what i want to do . I want > > to create a file (the use of the create procedure will erase+remplace > > it if he already exist ) , then use IS_open to have a output in comand > > that say(fonction put) for exemple : "the file have been opened > > successfuly , value : true " (i repeate,; by put the Value of IS_open > > : should be true .) >=20 > You could write >=20 > put(File =3D> MonFichier, > Item =3D> "Le fichier , ouvert ? : " > & Boolean'Image (Is_Open (MonFichier))); >=20 > (note, if you use named parameter association the order of parameters > doesn't matter). Thanks that wanted to do . If i could i put [Solved] on the title on this s= uject .