[REBOL] I want out Re:(5)

1999-10-25 Thread Al . Bri
The following REBOL code should also take you off this list: send [EMAIL PROTECTED] "unsubscribe" Andrew Martin Who's been busy subscribing to lists with REBOL... [EMAIL PROTECTED] http://members.xoom.com/AndrewMartin/ Online @ 33,600 Baud! --

[REBOL] send-selma

1999-10-25 Thread Al . Bri
I've forgotten the command. :-/

[REBOL] source-selma

1999-10-25 Thread Al . Bri
I've forgotten the command. :-/ send-selma source-selma Andrew Martin [EMAIL PROTECTED] http://members.xoom.com/AndrewMartin/ Online @ 33,600 Baud! --

[REBOL] Parsing url's from a page

1999-10-25 Thread billy_bill_1
Hi, I'm in the process of writing a rebol script that grabs all the url's from a specified web page and prints them out. Being relativly new to Rebol I'm finding it hard to accomplish this with my current knowledge and was wondering if anyone could give me a hand. Any help would be much

[REBOL] Parsing url's from a page Re:

1999-10-25 Thread Al . Bri
Check out 'parse in the documentation, http://www.rebol.org , http://www.rebol.com documentation and examples for 'parse. Andrew Martin [EMAIL PROTECTED] http://members.xoom.com/AndrewMartin/ Online @ 33,600 Baud! -- -- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [REBOL]

[REBOL] Still problems with Messenger ...

1999-10-25 Thread petr . krenzelok
HI, I have still some problems with Messenger utilising. I start REBOL, then I do: - change-dir %Messenger - do %Messenger.r I finnylly can see Messenger's environment, then I type: messenger: 13:14:50n /D/REBOL/Contra/Messenger/ Cannot open /debug/redit.r Near: [do/args %/debug/redit.r

[REBOL] Problem with a script

1999-10-25 Thread sdouche
Hello, I scripting (my first scirpt with REBOL :-) a function for fetch head tags of several sites. It work but only with 1 site. If I put 2 or more, REBOL say : connecting to: www.rebol.com ** Script Error: Invalid argument: HTML. ** Where: make integer! value The script : sites: [

[REBOL] func question Re:(2)

1999-10-25 Thread icimjs
Hi Andrew, you wrote: Rebol has made this exceedingly hard to do (oops, meant "easy"). Try something like this to keep your vars local to your function. display|image: func [ src text.align alt /local src text.align alt ] [ block of code ] Once you declare an argument arg within a

[REBOL] func question Re:

1999-10-25 Thread rryost
I believe the arguments of a function are local to the function. When you use the function, other words may be used as arguments, possibly different each time the function is called. Or you *can* use the same words, but I feel that may not be good "style". Non-argument words used in a function

[REBOL] none

1999-10-25 Thread rkandima
unsubscribe

[REBOL] send-selma Re:

1999-10-25 Thread carl
You can refresh your memory with: send [EMAIL PROTECTED] "help"

[REBOL] Messenger Weirdness Re:(3)

1999-10-25 Thread bo
Elan, Needless to say, I need to fix that example... On 23-Oct-1999/21:33:44-7:00, [EMAIL PROTECTED] wrote: Hi Bo, BTW, where did you see this example? In the file filter-info which is automatically generated in the mail root directory when messenger runs for the first time. Here are the

[REBOL] Faxing in REBOL Re:(4)

1999-10-25 Thread allenk
Since the following allows printing to the standard printer on Windows, what if you set the fax as the standard printer? . (This how I use notepad as my fax machine) I haven't tried this, but I would assume (probably wrongly) that the winfax driver would bring up the dialer for the recipients