[REBOL] Why doesn't this work? Re:(2)

2000-03-06 Thread rex
On Sat, Mar 4, 2000, [EMAIL PROTECTED] wrote: Hi, two possibilities, the first looks better: 1) obj: make object! [a: "" b: ""] t: obj new-obj: make t [] 2) obj: make object! [a: "" b: ""] t: 'obj new-obj: make get t [] Thanks for the help. The error message I received seems pretty

[REBOL] Money Trouble? Re:(2)

2000-03-06 Thread bpaddock
Small fractions of the money datatype are now correctly rounded to two digits. Properly when dealing with money it is best to use Binary Coded Decimal (BCD) math. This removes all rounding issues. On the other hand if your writing the accounting program put all of the junk below $00.01

[REBOL] REBOL international Re:(4)

2000-03-06 Thread anton_rolls
What would be really interesting is to be able to do REBOL right to left in Arabic, Urdu or Sindhi. [l'empreinte Druck stampa impressão impresión] is all very well for all you LtoR types but what about the rest of the known world? I guess if you want to type from right to left you

[REBOL] texthtml.r Re:

2000-03-06 Thread Al . Bri
ay wrote: looking for a method to use texthtml.r to process several text files at once... Something like: Files: [%file1.txt %file2.txt] foreach File Files [ data: text-to-html/convert read file write head change find file "." ".html" data ] I hope that helps! Andrew Martin ICQ:

[REBOL] Fork? Re:(4)

2000-03-06 Thread roan
Hello deadzaphod, Monday, March 06, 2000, 1:44:29 PM, you wrote: dhc If you want to take a look at how it works it's called "webserv.r" dhc and is available on rebol.org. I grabbed it and I'm going to explore it %) Thank you for help. dhc Or mail off-list and I can try to explain it. In case

[REBOL] REBOL international Re:(3)

2000-03-06 Thread ralph
What would be really interesting is to be able to do REBOL right to left in Arabic, Urdu or Sindhi. [l'empreinte Druck stampa impressão impresión] is all very well for all you LtoR types but what about the rest of the known world? Bruce. Ummm... all we are doing here is redefining the

[REBOL] nntp limited by date Re:

2000-03-06 Thread whip
I would like to use the nntp.r protocol to retrieve messages from a newsgroup limited by date. Is there any way to do this with nntp.r? -Ryan Sure. Read up on using nntp.r's xhdr functionality. You can retrieve just the date headers of a given news group and then determine which

[REBOL] Money Trouble?

2000-03-06 Thread larry
Hi folks, Over the weekend I was playing with the REBOL money! datatype and discovered some problems. Using the REBOL/Core console: x: $10 == $10.00 y: x + .01 == $10.01 y - x == $0.00 ;surprising result, displayed value is not correctly rounded We can check what is happening

[REBOL] Freenet Protocol help needed, was closing port within protocol Re:(2)

2000-03-06 Thread ingo
Hi Gabriele, back home, and giving it a try soon ... thank you! Those were the words of [EMAIL PROTECTED]: Hello [EMAIL PROTECTED]! ... I think there's no point in using open-proto here, since proxy support would need some work below too... anyway, I'm no expert here, so... :-) I just