LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read of environment variable under solaris

I need to read environement variables under solaris.

On Windows it's possible to read values from the registery with the 'read registery value simple' vi.

Is there a similar function under LABView for solaris. I have not found it under the palette
'Advanced' where it is for Windows.

Thanks
0 Kudos
Message 1 of 2
(2,422 Views)
I do not know the Solaris and have just begun learning Unix (Mac OS X is Unix based), so I may be wrong. I think the environment variables are stored in text files like /etc/bashrc for the bash shell. You could read the file and parse out the variables of interest.

Lynn
0 Kudos
Message 2 of 2
(2,417 Views)