[REBOL] Parse questions ?? Re:

2000-02-18 Thread allenk
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 19, 2000 11:15 AM Subject: [REBOL] Parse questions ?? > Hello All, > > I have a file consisting of lines in the following format: > > "23123+34234+234234-23423+3-" > > ie, n digits followed b

[REBOL] Fw: [REBOL] Ok, how to print to STDOUT Re:

2000-02-18 Thread jorgie
Still looking for help on this... (want output at the command line without showing a window -- Erik Jorgensen Programmer/Analyst - Principle Customer Service and Support Information & Access Technology Services University of Missouri - Columbia (573) 882-5974 www.missouri.edu/~ccjorgie [EMAIL

[REBOL] Rebol doesn't return headers under IIS 5, what am I doing wrong?

2000-02-18 Thread h . a . e . borger
Hi all, Well, setup REBOL under M$ IIS 5.0 but can't get the scripts to work. I'm testing the cgiform.r script at the moment (you can take a look at http://amiga.student.utwente.nl/cgiform.html ) But I get the error message: "CGI Error The specified CGI application misbehaved by not returning a

[REBOL] how to format the result of divide operation Re:

2000-02-18 Thread KGD03011
Hi Tiana, There's a script on rebol.org called format.r that does that sort of thing and more: http://www.rebol.org/utility/format.r >> format 1 / 3 #.1 == "0.3" >> reformat [pi pi pi pi pi] [#.1 #.2 #.3 #.4 #.5] == ["3.1" "3.14" "3.142" "3.1416" "3.14159"] Hope it helps. Please send me

[REBOL] Parse questions ??

2000-02-18 Thread mdb
Hello All, I have a file consisting of lines in the following format: "23123+34234+234234-23423+3-" ie, n digits followed by a sign etc etc. The only way i've been able to extract the data into a series is to do two replaces, replacing "+" by "+ " and "-" by "- " and then parsing it using the

[REBOL] migration paths Re:(3)

2000-02-18 Thread icimjs
At 01:45 PM 2/18/00 -0600, you wrote: >I'm brand new to rebol, and using it on a mac, which has some limitations >since it has no command line at present. Two questions... > >What is Rebol/view, and is there any sort of GUI dialect out there... I do A REBOL GUI toolkit with dialects for rapidly c

[REBOL] migration paths Re:(2)

2000-02-18 Thread Al . Bri
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, 19 February 2000 5:48 AM Subject: [REBOL] Re: migration paths > Hello [EMAIL PROTECTED]! > > On 17-Feb-00, you wrote: > > b> in X-SELMA: [REBOL] 107012 [EMAIL PROTECTED] wrote: > b>> My latest

[REBOL] migration paths Re:(3)

2000-02-18 Thread Al . Bri
Matthew asked: > What is Rebol/view, and is there any sort of GUI dialect out there? GUI dialect = REBOL/View Asking and answering are simply the rearranging of words; It's timing that is the most surprising of things! - Tsai Chih Chung, Shouts of Nothingness. Andrew Martin ICQ: 26227169 ht

[REBOL] migration paths Re:(2)

2000-02-18 Thread weinstein
I'm brand new to rebol, and using it on a mac, which has some limitations since it has no command line at present. Two questions... What is Rebol/view, and is there any sort of GUI dialect out there... I do sort of feel like i'm in unix circa 82 using rebol... Matthew Matthew Weinstein Director

[REBOL] Re: migration paths

2000-02-18 Thread giesse
Hello [EMAIL PROTECTED]! On 17-Feb-00, you wrote: b> in X-SELMA: [REBOL] 107012 [EMAIL PROTECTED] wrote: b>> My latest work on the HTML dialect requires REBOL/View with b>> the new parse block capability. [...] b> Please do not tread there so fast. b> It is fine to be involved with /view

[REBOL] New? programming construct Re:

2000-02-18 Thread VoToNi
rules maybe like this (full code below) ; example gui: make object! [ a: rule-var "a0" b: rule-var "b0" c: rule-var "c0" rule [ a b ] func [][ trace-state "one of [a b] changed" c/set 'c-by-rule-ab ] rule[ c ] func[][ trace-state "c changed" ] trace-state: func[i

[REBOL] empty context possible? Re:

2000-02-18 Thread VoToNi
In einer eMail vom 16.02.00 14:05:52 (MEZ) Mitteleuropäische Zeit schreibt [EMAIL PROTECTED]: > Is it possible to create an empty context and put only selected words in? for > > security-reasons, like postscript does. > (i lost her mail, so by hand :) Gabrielle answered ([EMAIL PROTECTED]

[REBOL] Reading files from a web page requiring login/password submission Re:(2)

2000-02-18 Thread mjmalpha
Thanks Mike! Mike Mastroianni -Original Message- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, February 18, 2000 10:18 AM Subject: [REBOL] Reading files from a web page requiring login/password submission Re: >At 01:53 PM 2/17/2000

[REBOL] Reading files from a web page requiring login/password submission Re:

2000-02-18 Thread mike . yaunish
At 01:53 PM 2/17/2000 -0500, you wrote: You will need the http-post to assist you with doing this. See: http://www.nmia.com/~rebol/web/http-post.html >Hi all. > >I'm mostly a newbie as a REBOL programmer, >but I have been actively following the threads >in this forum. > >I spent roughly 2 hours y

[REBOL] how to format the result of divide operation Re:(2)

2000-02-18 Thread Tiana . Zhang
Yes, absolutely Tiana Reply Separator Subject:[REBOL] how to format the result of divide operation Re: Author: <[EMAIL PROTECTED]> Date: 2/18/00 8:50 AM Do you also want this to "round off" so that .36454 would be reflected .4 ? john At 0838

[REBOL] how to format the result of divide operation Re:

2000-02-18 Thread support
Do you also want this to "round off" so that .36454 would be reflected .4 ? john At 0838 2/18/00 -0600, you wrote: >Say, 1 / 3 gave me the result 0. >what can I do in order to get 0.3 which has only one digit after the point?

[REBOL] how to format the result of divide operation

2000-02-18 Thread Tiana . Zhang
Hello, Can anyone tell me how to format the result of divide operation? Say, 1 / 3 gave me the result 0. what can I do in order to get 0.3 which has only one digit after the point? Thanks for any information. Tiana

[REBOL] Rebol friendly hosting providers Re:

2000-02-18 Thread bobr
At 12:56 AM 2/18/00 +0100, [EMAIL PROTECTED] wrote: >Hi rebols! > >I own a web hosting company (happysite.net) and I'm lobbying Rebol >technologies to create a web host certification programme "Rebol friendly >hosting provider". Could you help me out by answering the following >questions? > >1) Do