[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Environment Variables
- Subject: Re: Environment Variables
- From: "Huber, Robert" <RHuber@IMF.ORG>
- Date: Mon, 25 Oct 1999 09:04:52 -0400
Peter,
Thanks! A great deal simpler than mucking about with "call system ....".
Robert
-----Original Message-----
From: Peter Alan Burton [mailto:pburton@BRIO.COM]
Sent: Monday, October 25, 1999 08:36 AM
To: Multiple recipients of list SQR-USERS
Subject: Re: Environment Variables
Robert,
LET $Value = GetEnv('Variable')
as in
LET $Shell = GetEnv('SHELL')
Peter
On 25 Oct 99, at 8:29, Huber, Robert wrote:
Date sent: Mon, 25 Oct 1999 08:29:15 -0400
Send reply to: SQR-USERS@list.iex.net
From: "Huber, Robert" <RHuber@IMF.ORG>
Subject: Environment Variables
To: Multiple recipients of list SQR-USERS
<SQR-USERS@list.iex.net>
> Greeting,
> Is there any direct way to get the value of AIX Korn shell variables
> directly from an SQR script.
> Thanks.
>