[REBOL] using environment variables Re:(3)

2000-03-13 Thread Jean . Holzammer
Hi, I don't think there's a general way to set/get environment variables in REBOL as different OSs use different mechanisms to provide env vars. Under AmigaOS global env vars are ascii files located in the ENV: path . One could write following functions to set/get them (not tested yet). func se

[REBOL] using environment variables Re:(2)

2000-02-21 Thread t_degrav
Hi Robert, Danke! I must have missed your answer before... Well, setting environment variables would have been what I really need. Does anybody else know if it's possible? Tom P.S.: If Rebol can't do this, any suggestions for another language that provides an easy way to set environment v

[REBOL] using environment variables Re:

2000-02-12 Thread robert . muench
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 11, 2000 4:32 PM > To: [EMAIL PROTECTED] > Subject: [REBOL] using environment variables > does anyone know if or how it's possible to use (get and SET) > OS

[REBOL] using environment variables

2000-02-11 Thread t_degrav
Hi there, does anyone know if or how it's possible to use (get and SET) OS environment variables from within Rebol? TIA, Tom