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=0.6 required=5.0 tests=BAYES_40,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8dea6f46dfb95f66 X-Google-Attributes: gid103376,public From: demer@cdfsun03 (David Emery) Subject: Re: Environment variables Date: 1996/10/30 Message-ID: #1/1 X-Deja-AN: 193280023 references: <55819q$mql@newslink.runet.edu> organization: Hughes Aircraft Company newsgroups: comp.lang.ada Date: 1996-10-30T00:00:00+00:00 List-Id: >All I want to do is to be able to read the value of environment >variables, such as PATH for example. I've looked around at FAQ's and the >adahome reference pages, but I haven't found anything. Of course, this is not a language issue, but an operating system issue. POSIX/Ada has services to do this, or you can 'roll your own' via interface to C. (do "man getenv") dave -- <.sig is away on vacation>