Retrieving environmental variables
BlitzMax Forums/BlitzMax Beginners Area/Retrieving environmental variables
| ||
Does anyone know how to retrieve environmental variables? |
| ||
getenv_() |
| ||
Thanks, I didn't see it in the docs. print getenv_("HOME") |
| ||
np :) I only know about it because I needed it for this: http://www.blitzbasic.com/Community/posts.php?topic=43029 |