Retrieving environmental variables

BlitzMax Forums/BlitzMax Beginners Area/Retrieving environmental variables

Pavlov(Posted 2005) [#1]
Does anyone know how to retrieve environmental variables?


Perturbatio(Posted 2005) [#2]
getenv_()


Pavlov(Posted 2005) [#3]
Thanks, I didn't see it in the docs.

print getenv_("HOME")


Perturbatio(Posted 2005) [#4]
np :)
I only know about it because I needed it for this: http://www.blitzbasic.com/Community/posts.php?topic=43029