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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8aaaaeb1690d828b,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!news2.euro.net!newsfeed.freenet.de!news.newsland.it!not-for-mail From: mfads@yahoo.com (Mark Fabbri) Newsgroups: comp.lang.ada Subject: writing on terminal before an exception Date: Sun, 02 Aug 2009 19:47:27 +0200 Organization: http://www.newsland.it/ Message-ID: NNTP-Posting-Host: host24-3-static.30-87-b.business.telecomitalia.it Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.newsland.it 1249235247 9447 212.239.22.167 (2 Aug 2009 17:47:27 GMT) X-Complaints-To: abuse@newsland.it NNTP-Posting-Date: Sun, 2 Aug 2009 17:47:27 +0000 (UTC) X-HTTP-Posting-Host: host24-3-static.30-87-b.business.telecomitalia.it User-Agent: www.newsland.it X-NL-St: Trp.09Aug02@st.mynl.it X-NL-Posting-Ip: 87.30.3.24 X-NL-Posting-Site: www.newsland.it Xref: g2news2.google.com comp.lang.ada:7532 Date: 2009-08-02T19:47:27+02:00 List-Id: i have a problem with text_io and exception: Text_IO.Put ("No SH3 data."); Text_IO.New_Line; raise Sh3_NoData; if it raise an exception, the string "NO SH3 data" is not displayed. it seems that the text_io don't actually print on screen. i also tryed with text_io.flush after the New_Line, but nothing happens. -- questo articolo e` stato inviato via web dal servizio gratuito http://www.newsland.it/news segnala gli abusi ad abuse@newsland.it