[REBOL] RE : Rebol for .NET

2004-05-14 Thread Giuseppe Chillemi
d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Giuseppe Chillemi Envoyé : mercredi 12 mai 2004 12:47 À : [EMAIL PROTECTED] Objet : [REBOL] Rebol for .NET Do you think that a REBOL for .NET would be possible ? It will surely open the door to any hardware which has a .NET

[REBOL] Rebol for .NET

2004-05-12 Thread Giuseppe Chillemi
Do you think that a REBOL for .NET would be possible ? It will surely open the door to any hardware which has a .NET framework available ! Giuseppe -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Rebol on Microsoft Operanting Systems and .NET

2004-05-02 Thread Giuseppe Chillemi
for the local processor. Do you think that a .NET Rebol would be possible ? It would enlarge the hardware base to all the platforms which run a .NET framework or are .NET native (like Windows CE .NET) ! Thank you for your opinions. Giuseppe Chillemi -- To unsubscribe from

[REBOL] R: Re: R: patching print probe so they log to a file disk. [logs] [print] [probe]

2004-03-30 Thread Giuseppe Chillemi
that reproduces this problem. This is told me by the print(screen)/append(to file) logging present in some part of the code. I'll do some further investigation and I'll report to the mailing list ASAP. Giuseppe Chillemi -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED

[REBOL] ANNOUNCE: I have catched the source of the read/lines bug !

2004-03-30 Thread Giuseppe Chillemi
-page, is never written if the bug occurs. REBOL [ Author: Giuseppe Chillemi Description: BUG Catcher ] write/lines %/c/Activity.log reform [now/time ] read-page: does [ go-on: 0 until [ either

[REBOL] Rebol READ/lines http://page Crashes

2004-03-25 Thread Giuseppe Chillemi
am not able to reproduce it because the problem depens from the network, the os and not from my script. Has anyone experienced the same problem ? Thanks Giuseppe Chillemi -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] R: Re: Rebol READ/lines http://page Crashes (And he did it again)

2004-03-25 Thread Giuseppe Chillemi
operations to send the information to Carl. Giuseppe Chillemi -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Maxim Olivier-Adlhoch Inviato: giovedì 25 marzo 2004 14.55 A: [EMAIL PROTECTED] Oggetto: [REBOL] Re: Rebol READ/lines http

[REBOL] R: patching print probe so they log to a file disk. [logs] [print] [probe]

2004-03-25 Thread Giuseppe Chillemi
Hi Maxim, thanks for the modified versions of Print and Probe. They solve my logging needs for the whole script. But, how would you debug this: if error? read-result: try [source-page: read/lines to-url url-to-read] Where the crash is in READ/Lines url-to-read Giuseppe Chillemi

[REBOL] R: Date math bug?

2004-03-24 Thread Giuseppe Chillemi
Bruno, it seems that you can't make the difference of a date/time with another greater. In the second example, the correct expression is test2 - test1 Giuseppe -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Bruno G. Albuquerque Inviato:

[REBOL] Undocumented: Index value local to FOR loop

2004-03-23 Thread Giuseppe Chillemi
I have found this undocumentend behaviour: Try this script: rebol [ Author: Giuseppe Chillemi Tittle: A little attemp ] esterno: does [ print [indice] ] for indice 1 10 1 [ esterno ] Halt Rebol tell me

[REBOL] R: Re: Help on parsing

2004-03-14 Thread Giuseppe Chillemi
this problem using a single parse instruction ? Thanks again Giuseppe Chillemi -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Help on parsing

2004-03-13 Thread Giuseppe Chillemi
to br] | [to KW1 copy myresult to br]] Will parse string (2) correctly but string (1) KW1 555 br KW1 333 KW2 444 br Is parsed from the value of the first KW1 to KW2 (which is not a piece of the first part !) and finally to br Thank you in advance for you answers ! Giuseppe