>Where do I set these values:
Anywhere you like, just so you set them before you use them.
The USER.R is like an autoexec file on a PC. REBOL runs it first when
the interpreter loads. By default, it contains the SET-NET function,
but it contain also anything else you need.
You can also include SET-NET in a script, if you need to tweak
something.
*********** REPLY SEPARATOR ***********
On 12/17/1999 at 11:06 AM [EMAIL PROTECTED] wrote:
Where do I set these values:
system/schemes/ftp/proxy/bypass: ["*.nsk-corp.com"]
system/schemes/http/proxy/bypass: ["*.nsk-corp.com"]
Do I set them in user.r ?
I need a few details here. Thanks.