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: 103376,4dfbb9c23c9a83eb X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!sn-xit-04!sn-xit-12!sn-xit-09!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Adaddict" Newsgroups: comp.lang.ada Subject: Follow up 2: raised STORAGE_ERROR : helper.adb:386 object too large Date: Tue, 09 Aug 2005 18:05:53 -0400 Organization: www.talkaboutprogramming.com Message-ID: <4486c49961e0e8ce8904b267fcc860b5@localhost.talkaboutprogramming.com> X-Newsreader: www.talkaboutprogramming.com X-Problems-To: info at talkaboutnetwork.com X-Posted-By: USERID-68263 Content-Type: text/plain; References: <27c5ecc06ac6a213466ab65361d20376@localhost.talkaboutprogramming.com> X-Complaints-To: abuse@supernews.com Xref: g2news1.google.com comp.lang.ada:4048 Date: 2005-08-09T18:05:53-04:00 List-Id: Ok, I changed the way of declaring the large variable, and now I'm getting a different but nicer looking error: raised STORAGE_ERROR : helper.adb:386 object too large The variable is a string (1..n), where n it's the number of bytes that are going to be read from certain region. The region size can be of some MB, so I would be easy for me if I could use a variable from this size. How could I do it? And if I can't do it what alternative would you recomend me? Thanks a lot to everyone for your replies and help. Regards.