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,e4e9809bdf82397f,start X-Google-Attributes: gid103376,public From: rayoub@wam.umd.edu (Ronald Ayoub) Subject: Newbie Access Types Date: 1999/08/18 Message-ID: <7pe6tg$dqq$1@dailyplanet.wam.umd.edu>#1/1 X-Deja-AN: 514178409 X-Complaints-To: abuse@wam.umd.edu X-Trace: dailyplanet.wam.umd.edu 934977264 14170 128.8.10.147 (18 Aug 1999 11:54:24 GMT) Organization: University of Maryland College Park NNTP-Posting-Date: 18 Aug 1999 11:54:24 GMT Newsgroups: comp.lang.ada Date: 1999-08-18T11:54:24+00:00 List-Id: I have read that an access type parameter is always copied in even when the parameter is an out parameter and that this is so that the access type is not undefined which can cause problem. Could someone please elaborate on this? It is my thought that access types are initialized to null when not explicitly initialized so that an uncopied access type going into a function will only result in the formal parameter being initialized to null. Maybe I'm being picky but I like to learn things thoroughly. Thanks. Ron