reading OS environment variables
Posted: Mon Jul 23, 2018 11:07 am
Hello,
say I have an env variable set at OS level, e.g.,, and want to read that variable's value in Dyalog. How do I to that?
(Things I found about "environment variables" are usually about the Dyalog env vars, not about pulling in OS env vars.)
Thanks,
Michael
say I have an env variable set at OS level, e.g.,
Code: Select all
export MY_VAR=something
(Things I found about "environment variables" are usually about the Dyalog env vars, not about pulling in OS env vars.)
Thanks,
Michael