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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,252f2be60bbae87b X-Google-Attributes: gid103376,public From: johnherro@aol.com (John Herro) Subject: Re: create and open function Date: 1998/07/22 Message-ID: <1998072216444500.MAA23448@ladder01.news.aol.com>#1/1 X-Deja-AN: 373888632 References: <901122614.215105@dedale.pandemonium.fr> X-Admin: news@aol.com Organization: AOL http://www.aol.com Newsgroups: comp.lang.ada Date: 1998-07-22T00:00:00+00:00 List-Id: "Antoine JORGE RIBEIRO" writes: > 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. With some implementations of Ada, you can use the Form parameter to specify how the file is implemented. The null string specifies the default options. Many implementations of Ada ignore the Form parameter completely. If there are any legal values for Form besides the null string, they will have to be explained in the documentation that came with your compiler. The meaning of Form depends completely on the compiler that you are using. - John Herro You can download a shareware Ada Tutor program at http://members.aol.com/AdaTutor