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-Thread: 103376,23ace43a488fab29 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 10 Nov 2005 12:04:16 -0600 From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: function "&" for strings type cause memory problem. References: X-Newsreader: Tom's custom newsreader Message-ID: Date: Thu, 10 Nov 2005 12:04:16 -0600 NNTP-Posting-Host: 67.169.16.9 X-Trace: sv3-s5gqCpQfszY5IPyp9S+dhD1VqxdihA7pYq2MN04QQdYpsKDAMuq+9rXOdgLqvRyNGr9qm27m8HZ6JIY!zyPewfj8naEF+wy+d4z8LIANOIEjOPHs5in7l79nwTDgaemkhg/wpI+ZrZCTNvYjuHnG86eu8F8= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:6338 Date: 2005-11-10T12:04:16-06:00 List-Id: >I test the code snip and I get some problem in the statement, Nstring2 := >new String'(String1 & String2) . You don't say what the problem is. I presume it's a Storage_Error, and not corrupted data. If it is running out of memory, how big are String1 and String2?