[REBOL] Calling external functions Re:(3)

2000-05-18 Thread FSubr

then write in your main script 

do %somefunction.r

but this is maybe not what you exactly want

filip

> At 15:51 2000-05-18 +0200, you wrote:
> 
> >you must 'do' the file. if you do it the whole file is evaluated
> >
> >try to give each function in a single file
> 
> 
> Hello!
> 
> Are you saying that I have to have only one function in each
> file?!? There must be some way to 'include' a whole script
> and then calling each function separately?
> 
> Best regards,
> Peter Carlsson
> 
> 
> 
> 
> 
> Peter CarlssonTel: +46 31 735 45 26
> Saab Ericsson Space ABFax: +46 31 735 40 00
> S-405 15 Göteborg Email: [EMAIL PROTECTED]
> SWEDENURL: http://www.space.se
> 




[REBOL] Calling external functions Re:

2000-05-18 Thread FSubr


you must 'do' the file. if you do it the whole file is evaluated

try to give each function in a single file

filip


> Hello!
> 
> Currently I am working on a project that I would like
> to divide into several script files.
> 
> I will then have one main script file from where I
> want to call functions in different files.
> 
> How will I solve this? I have tried to 'load' the file
> but I can not evaluate a specific function within the
> file.
> 
> Best regards,
> Peter Carlsson
> 
> 
> Peter CarlssonTel: +46 31 735 45 26
> Saab Ericsson Space ABFax: +46 31 735 40 00
> S-405 15 Göteborg Email: [EMAIL PROTECTED]
> SWEDENURL: http://www.space.se
> 




[REBOL] proxy setting Re:(4)

2000-04-27 Thread FSubr

when i enter password, it fails with incorrect port specification
and if i try IP instead of DNS it's same as DNS,
>> read http://www.rebol.com
connecting to: www.rebol.com
** Access Error: Port none not open.
** Where: read http://www.rebol.com
>>

Filip

> -Původní zpráva-
> Od:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Odesláno: 26. dubna 2000 20:01
> Komu: [EMAIL PROTECTED]
> Předmět:  [REBOL] proxy setting Re:(3)
> 
> Unfortuneately I never played with sock5, but I understand that it may
> require a
> username and password. Its probably a good idea to find out for sure what
> proxy
> version your connecting to. Sometimes those net admin folks like to use
> different ports to be cute, so you might check to see which ones your
> browser
> uses. If you use DNS names you might try using IP's instead, incase there
> is
> somehow an issue with your DNS.
> 
> FYI, this is how I setup REBOL for my network...
> 
> set-net [[EMAIL PROTECTED] mail.pacific.net mail.pacific.net 10.65.
> 95.9 1080 socks4]
> 
> If I was on socks5 and had to enter a password I might try...
> 
> set-net [[EMAIL PROTECTED] mail.pacific.net mail.pacific.net
> ryanc:[EMAIL PROTECTED]
> 95.9 1080 socks5]
> 
> but thats just a guess, that may not work at all.
> 
> --Ryan
> 
> 




[REBOL] proxy setting Re:(2)

2000-04-25 Thread FSubr

i think that we use socks5 but a try 4,5 and generic and nothing
Filip

Filip ŠUBR
Programátor
Syscom Software spol. s r. o.
Kytlická 758/23, 190 00,  Praha 9
e-mail:[EMAIL PROTECTED]
tel: 02 / 689 78 80
fax: 02 / 697 89 61
http://www.ssw.cz


> -Původní zpráva-
> Od:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Odesláno: 25. dubna 2000 19:09
> Komu: [EMAIL PROTECTED]
> Předmět:  [REBOL] proxy setting Re:
> 
> I use a Socks 4 proxy, it set right up first shot. What type of proxy do
> you
> use, what have you tried, etc.
> 
> Have you tried
> system/schemes/default/proxy/type: 'socks4
> or whatever type of proxy your using?
> 
> --Ryan
> 
> [EMAIL PROTECTED] wrote:
> 
> > hello,
> > please help me.
> > i can not set up my proxy setting
> > i read how-to's, user guide , check browser setting and it still did not
> > work.
> > what is the problem?
> >
> > Filip




[REBOL] proxy setting

2000-04-25 Thread FSubr

hello,
please help me. 
i can not set up my proxy setting
i read how-to's, user guide , check browser setting and it still did not
work.
what is the problem?

Filip




[REBOL] hash

2000-04-14 Thread FSubr

hi,
is there anybody who can explain me hash value.
what it is used for, how it works etc.

thanks
filip subr





[REBOL] network setting Re:(2)

2000-04-11 Thread FSubr

 [EMAIL PROTECTED] wrote:

> hello,
> i have problem with network setting. I set up proxy host name, port number
> and type
> and it did not work. Please tell me what is the problem.
>
> error message:
>
> >> read http://www.rebol.com
> connecting to: www.rebol.com
> ** Access Error: Port none not open.
> ** Where: read http://www.rebol.com
>

Send in your settings, please (just change name and password if used :-).
Well, you can probably use browser behind the firewall, so send us your
browser proxy setting too ...

-pekr-

>
> thanks for reply
>
> Filip Subr

here is my %user.r

REBOL [
Title: "User Preferences"
Date:  11-Apr-2000/11:52:14+2:00
]

set-net [ [EMAIL PROTECTED] oskar.ssw.cz none socks.ssw.cz 1080 socks ]

my browser is IE5 
proxy server addres: 
socks: socks.ssw.cz port: 1080



Filip

 




[REBOL] network setting

2000-04-11 Thread FSubr

hello,
i have problem with network setting. I set up proxy host name, port number
and type
and it did not work. Please tell me what is the problem. 

error message:

>> read http://www.rebol.com
connecting to: www.rebol.com
** Access Error: Port none not open.
** Where: read http://www.rebol.com

thanks for reply

Filip Subr