[REBOL] parsing strings containing quote marks Re:(5)

1999-10-15 Thread allenk
Hey Jeff, I think your version 2.2 is showing ;-) Of course the (append result x) might be changed to: (append result replace/all x ":" "_") Cheers, Allen K

[REBOL] How to handle script arguments Re:

1999-10-15 Thread Al . Bri
lb wrote: I'm new to rebol and trying to figure out how to deal with arguments. I have a script file, test.r, who's sole line is: probe system/script/args When I execute the following from within rebol do/args %test.r 10:30 %bob http://ed http://ed "hello"

[REBOL] parsing strings containing quote marks Re:(5)

1999-10-15 Thread icimjs
Hi Jeff, extreme. Elan At 11:56 AM 10/14/99 -0700, you wrote: [snip] Well, you gotta tell PARSE what exactly it is you want it to do. Here's a quick and dirty approach. result: copy [] [using the newer code for foreach ...] foreach [rule thing] [space-piece " " end-piece 'end][

[REBOL] Mail headers being stripped by SELMA (I think)

1999-10-15 Thread sembazuru
I have noticed that in this list (the only one that I'm subscribed to that uses SELMA to my knowledge) the To: and From: headers seem to have data stripped from them. For example, whenever I send an email, the From: header shows "Chris Elliott [EMAIL PROTECTED]" (minus the quotation marks, of

[REBOL] Core Beta

1999-10-15 Thread allenk
REBOL/Core 2.2 BETA Release is available http://www.rebol.com/corebeta.html

[REBOL] REBOL/Core 2.2 Beta

1999-10-15 Thread carl
We've got a new release of REBOL for you to try out as a beta. Contains some very useful additions that I'm sure you will enjoy. Might still have a few small problems here and there, but you can find it at http://www.rebol.com/corebeta.html Please let us know if you spot problems in this

[REBOL] Error handling

1999-10-15 Thread peter . carlsson
Hello! When reading an URL it sometimes is not valid or I can get a timeout which results in the script to abort. How will I do an error handler for this purpose? Best Regards, Peter Carlsson Peter Carlsson

[REBOL] Wow, a new console, now vi.r is doable!

1999-10-15 Thread Steve . Shireman
Just downloaded the 2.2 beta. Lotsa new goodies, especially a portable console with cursor control! Back to play, (also been wanting to do a scala.r ... ;-) (well, still limited to text wipes, but...) Steve Shireman

[REBOL] list traversal,head, reform problems

1999-10-15 Thread brannon
1: my cycle-words definition works until I attempt to move back to the front of the sequence... thus I need some sort of fix to the first clause of my cycle-words defn 2: I think it is un-necessarily redundant to recode the binding of guess to the output of an ask, but, reform appears to fail in

[REBOL] Two new scripts on rebol.org Re:

1999-10-15 Thread Petr . Krenzelok
I've received this script for the fifth? time already. What's happening? -pekr- [EMAIL PROTECTED] wrote: Hello, I'm in the process of uploading two new scripts to rebol.org %split-text.r (there might allready be such a 'func, but I havn't found it ;) splits a string into substrings,

[REBOL] Wow, a new console, now vi.r is doable! Re:

1999-10-15 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: Just downloaded the 2.2 beta. Lotsa new goodies, especially a portable console with cursor control! Back to play, (also been wanting to do a scala.r ... ;-) (well, still limited to text wipes, but...) OK, do you think you will be able to produce Scala

[REBOL] parsing strings containing quote marks Re:(6)

1999-10-15 Thread jeff
Hi Jeff, hmmm, could you please explain what exactly goes on there? It looks like it would be nice to understand it, but at the moment, it looks, well, not exactly like C, but is as (un)understandable. thanks, Ingo result: copy [] ;- where to put the parsed pieces