comp.lang.ada
 help / color / mirror / Atom feed
From: compguy45@gmail.com
Subject: passing parametars as determinants
Date: Tue, 21 Oct 2014 22:12:55 -0700 (PDT)
Date: 2014-10-21T22:12:55-07:00	[thread overview]
Message-ID: <b8496ffe-6cc7-4235-a546-801e14920e95@googlegroups.com> (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?




             reply	other threads:[~2014-10-22  5:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-22  5:12 compguy45 [this message]
2014-10-22  5:16 ` passing parametars as determinants 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
replies disabled

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