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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c32f6f0b23106020 X-Google-Attributes: gid103376,public From: Florian Weimer Subject: Re: Large strings in ADA Date: 2000/04/17 Message-ID: <8766tgv8yv.fsf@deneb.cygnus.argh.org>#1/1 X-Deja-AN: 612351688 References: <38FB4521.D02EA4C9@xpress.se> Mail-Copies-To: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@cygnus.argh.org X-Trace: deneb.cygnus.argh.org 955998680 8745 192.168.1.2 (17 Apr 2000 19:11:20 GMT) Organization: Penguin on board User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.6 Mime-Version: 1.0 Reply-To: Florian Weimer NNTP-Posting-Date: 17 Apr 2000 19:11:20 GMT Newsgroups: comp.lang.ada Date: 2000-04-17T19:11:20+00:00 List-Id: Johan Groth writes: > So I will try to use the C-sematics and let the message-buffer grow the > same way Yes, that's a good idea. But I don't understand how this solution is related to the semantics of the programming language C. ;) > and use replace_slice to add the string to the buffer. Replace_Slice is unnecessary in this case, a simple array assignment will do the job.