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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7d8ad14b2bbc7921 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-23 10:03:01 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: shoko2004@hotmail.com (shoko) Newsgroups: comp.lang.ada Subject: Re: unconstrained array question Date: 23 Nov 2003 10:03:00 -0800 Organization: http://groups.google.com Message-ID: <4948f537.0311231003.3b36b880@posting.google.com> References: <4948f537.0311220939.7e05afbf@posting.google.com> <4948f537.0311222312.43d843c5@posting.google.com> NNTP-Posting-Host: 217.132.90.163 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1069610581 5838 127.0.0.1 (23 Nov 2003 18:03:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 23 Nov 2003 18:03:01 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:2878 Date: 2003-11-23T10:03:00-08:00 List-Id: thanks a lot ------------------------- function Get_Text (Control : Multiline_Type; Line : Natural := 0) return String is abstract; ----------------------------------------- the function Get_text(Value) returns string i am trying to n:=new Arr'(Get_text(Value)); and i get ARR defined... how do i convert it into a string since it is already returns abstract string thanks a lot for your help i am really stuck