comp.lang.ada
 help / color / mirror / Atom feed
From: Georg Bauhaus <bauhaus@futureapps.de>
Subject: Re: How to extract range from array
Date: Mon, 20 Mar 2006 21:20:03 +0100
Date: 2006-03-20T21:20:02+01:00	[thread overview]
Message-ID: <441f0e72$0$7752$9b4e6d93@newsread4.arcor-online.net> (raw)
In-Reply-To: <2901131.Fq1M6N3cKt@linux1.krischik.com>

Martin Krischik wrote:

>  type Long_Long_String is array (Long_Long_Positive range <>) of Character;
>  pragma Pack (Long_Long_String);
> 
> And then order additional memory for your computer to store
> Long_Long_String's in  ;-)


with Google;
package Big_Ones is

   type Huge is range 1 .. 10**66;

   type Long_Long_String is array(Huge range <>) of Character;
   type Text is access Long_Long_String;

   for Text'Storage_Pool use Google.Net;

end Big_Ones;


Given a suitable compiler for distributed sytems...  ;)


 Georg 



  reply	other threads:[~2006-03-20 20:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-17 11:23 How to extract range from array Maciej Sobczak
2006-03-17 12:29 ` Ed Falis
2006-03-17 15:12 ` Martin Krischik
2006-03-20 10:04   ` Maciej Sobczak
2006-03-20 13:14   ` Maciej Sobczak
2006-03-20 13:58     ` Ed Falis
2006-03-20 14:20     ` Dmitry A. Kazakov
2006-03-20 15:31     ` Robert A Duff
2006-03-20 19:01     ` Martin Krischik
2006-03-20 20:20       ` Georg Bauhaus [this message]
2006-03-20 21:51       ` Jeffrey R. Carter
2006-03-21 19:12         ` Martin Krischik
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox