Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Environment Values

From: jeff::rebol::net at: 5-Jul-2001 18:50

Howdy, David:
> I've checked all the documentation I can think of, but still can't figure > out how to access the value of a Windows `Environmental Variable'. Can > someone point me in the right direction?
Using Command you can make the C function "getenv" into a routine. In core you would need to pass in the environment variable from the command line. Knowwhutimean? -jeff