Re: [Gambas-user] Environmental Variable
Brought to you by:
gambas
|
From: Lewis B. <le...@ke...> - 2014-11-29 05:01:33
|
Most interesting. Thank you. On 11/28/2014 10:53 PM, T Lee Davidson wrote: > On 11/28/2014 11:50 PM, T Lee Davidson wrote: >> On 11/28/2014 11:40 PM, Lewis Balentine wrote: >>> Is there a way to read an Environmental Variable other than: >>> >>> Dim HomeEnvStr as String >>> Shell "echo $HOME" to HomeEnvStr >>> >>> thank you, >>> >>> Lewis >> Yep. Application.Env (gb) > I almost forgot. For $HOME, you can use System.User (gb): > "User.Home". > > |