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,3796c9f26082a2b8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-30 11:28:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.tele.dk!small.news.tele.dk!128.39.3.168!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Ada has no continual line(s) ?? Date: Thu, 30 May 2002 18:28:33 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <3cf652a0.31278796@news.demon.co.uk> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1022783313 13452 129.241.83.82 (30 May 2002 18:28:33 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Thu, 30 May 2002 18:28:33 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:25026 Date: 2002-05-30T18:28:33+00:00 List-Id: On Thu, 30 May 2002 13:41:40 -0400, hongxun lee wrote: > Sorry..my Q is How to show a line of code is a continual part of it > preceding statement? You can just type it like this: raise_exception (Out_of_List_Boundary'Identity, Message => "Start of List already reached. " & "No previous Node exists."); or like this raise_exception (Out_of_List_Boundary'Identity, Message => "Start of List already reached. " & "No previous Node exists."); if I understand your question correctly. Preben