comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <spam@spam.com>
Subject: Re: Generic,procedure and visibility.
Date: Thu, 25 Nov 2004 20:27:11 GMT
Date: 2004-11-25T20:27:11+00:00	[thread overview]
Message-ID: <zerpd.515$u81.438@newsread3.news.pas.earthlink.net> (raw)
In-Reply-To: <mailman.119.1101410151.10401.comp.lang.ada@ada-france.org>

Stephen Leake wrote:

> Please use standard indentation; it makes things much easier to read:

While I agree, I also am aware that some mailers de-indent things.

>>so i want to create a array of this task for manage them.
>>how i can do?
> 
> type Task_Array is array (1 .. 10) of P_Pippo;

This declares an array type with access components. To have task 
components, it would be

type Task_Array is array (...) of Pippo;

-- 
Jeff Carter
"In the frozen land of Nador they were forced to
eat Robin's minstrels, and there was much rejoicing."
Monty Python & the Holy Grail
70




  reply	other threads:[~2004-11-25 20:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-25 16:36 Generic,procedure and visibility mferracini
2004-11-25 16:53 ` mferracini
2004-11-25 19:15   ` Stephen Leake
2004-11-25 20:27     ` Jeffrey Carter [this message]
2004-11-29 16:29     ` mferracini
2004-11-29 21:47       ` Stephen Leake
2004-11-25 18:20 ` Georg Bauhaus
replies disabled

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