From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,252f2be60bbae87b,start X-Google-Attributes: gid103376,public From: "Antoine JORGE RIBEIRO" Subject: create and open function Date: 1998/07/22 Message-ID: <901122614.215105@dedale.pandemonium.fr>#1/1 X-Deja-AN: 373872727 Cache-Post-Path: dedale.pandemonium.fr!unknown@195.10.9.105 Organization: The Pandemonium Group X-Mimeole: Produced By Microsoft MimeOLE V4.71.1712.3 Newsgroups: comp.lang.ada Date: 1998-07-22T00:00:00+00:00 List-Id: 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