comp.lang.ada
 help / color / mirror / Atom feed
* passing parametars as determinants
@ 2014-10-22  5:12 compguy45
  2014-10-22  5:16 ` compguy45
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: compguy45 @ 2014-10-22  5:12 UTC (permalink / raw)


I have task type such as...

task type myTaskType (a: Integer; b: Integer);

I have type.....

type myOtherType is array (1 ..N-1) of String (1..N);

I would like to pass array of myOtherType into my task type declaration like this...

task type myTaskType (a: Integer; b: Integer; c : myOtherType); ??

Is there way to do this?




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-10-22 17:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-22  5:12 passing parametars as determinants compguy45
2014-10-22  5:16 ` compguy45
2014-10-22  5:22 ` Simon Wright
2014-10-22 11:55   ` compguy45
2014-10-22 12:39     ` Dennis Lee Bieber
2014-10-22 15:57     ` Shark8
2014-10-22  6:11 ` mockturtle
2014-10-22  8:51   ` Georg Bauhaus
2014-10-22 17:25   ` Adam Beneschan

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