Tucker Taft wrote:
>
> Isn't this simply:
>
>     type Data_Ptr is access all Data'Class;
>     type Data_Ptr_Array is array(Positive range <>) of Data_Ptr;

Yes I think it is.  Thanks for RSVPing.  I came to the same conclusion
after I wrote my e-mail.  Doh!


Chris Sparks