comp.lang.ada
 help / color / mirror / Atom feed
* create and open function
@ 1998-07-22  0:00 Antoine JORGE RIBEIRO
  1998-07-22  0:00 ` dennison
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Antoine JORGE RIBEIRO @ 1998-07-22  0:00 UTC (permalink / raw)


Hi!

I would like to know what is the meaning of the fourth paramtre in the
functions Create and Open from the packages Direct_IO, Sequential_IO or
Text_IO.

theses functions are described in Ada 95 Reference Manual :
(6)          procedure Create(File : in out File_Type;
                           Mode : in File_Mode := Out_File;
                           Name : in String := "";
                           Form : in String := "");
(7)          procedure Open  (File : in out File_Type;
                           Mode : in File_Mode;
                           Name : in String;
                           Form : in String := "");

if someone can explain it to me, that would be grate.
thanks

Antoine






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

end of thread, other threads:[~1998-07-23  0:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-07-22  0:00 create and open function Antoine JORGE RIBEIRO
1998-07-22  0:00 ` dennison
1998-07-22  0:00 ` Markus Kuhn
1998-07-22  0:00 ` John Herro
1998-07-23  0:00 ` Robert Dewar

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