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 X-Google-Thread: 103376,7c2c2261148a136c X-Google-Attributes: gid103376,public From: gisle@struts.ii.uib.no (Gisle S�lensminde) Subject: Re: Setting Environment Variables Date: 2000/05/08 Message-ID: #1/1 X-Deja-AN: 620691533 Content-Transfer-Encoding: 8bit References: <8f6h8h$5ee$1@nnrp1.deja.com> Organization: University of Bergen, Norway Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-05-08T00:00:00+00:00 List-Id: In article <8f6h8h$5ee$1@nnrp1.deja.com>, John Lee wrote: >How does one set an environment variable in Ada? Is there an Ada system >function or must I interface with the C setenv function? Thanks. You must import it from the OS, it's not available in standard Ada. By the way, the setenv function is a part of the OS, not C, but yes, it has has C linker conventions and is most likely implemented in C. -- Gisle S�lensminde ( gisle@ii.uib.no ) ln -s /dev/null ~/.netscape/cookies