comp.lang.ada
 help / color / mirror / Atom feed
From: comicfanzine@gmail.com
Subject: Re: pass a argument to spawn
Date: Tue, 12 Jan 2016 11:36:00 -0800 (PST)
Date: 2016-01-12T11:36:00-08:00	[thread overview]
Message-ID: <21c12d5b-e092-4cf3-b965-55a7003cd9de@googlegroups.com> (raw)
In-Reply-To: <ea003744-e675-467f-9534-3305b6c05541@googlegroups.com>

Björn , i understand much better .
-----------------

I know how to use this procedure :

procedure Spawn
     (Program_Name : String;
      Args         : Argument_List;
      Output_File  : String;
      Success      : out Boolean;
      Return_Code  : out Integer;
      Err_To_Out   : Boolean := True);

His body in the package body is not clear , by the way .

Anyway , i would like to use an array for storage  , instead of : " Output_File  : String; " .

So , maybe it would be simplier to create a spawn procedure with the desired content .

But , i don't know how to do that .
Informations about spawning in Ada are needed .

At this mmoment , that's the problem .







  parent reply	other threads:[~2016-01-12 19:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-12  1:17 pass a argument to spawn comicfanzine
2016-01-12  7:05 ` Anh Vo
2016-01-12  7:12 ` Per Sandberg
2016-01-12 13:48 ` comicfanzine
2016-01-12 16:10   ` Björn Lundin
2016-01-12 19:36 ` comicfanzine [this message]
2016-01-12 20:58   ` Per Sandberg
2016-01-17 17:28 ` comicfanzine
replies disabled

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