[REBOL] Re: what to do with bind ?

2001-11-26 Thread pat665, french new rebolist
Hi, Gregg That helps. I received a lot of useful explanation, and I am going to be soon a 'bind expert ;-) Patrick - Original Message - From: "Gregg Irwin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 25, 2001 11:04 PM Subject: [REBOL] Re: what to do with bind ?

[REBOL] Re: what to do with bind ?/an example

2001-11-26 Thread pat665, french new rebolist
Hi, Thank you Tim. Your program is simple enough to make me get it. I have added a new object function, without the binding. As expected the X outside the object was modified. I'am very grateful to the rebol-list and my skills improves step by step. REBOL[] x: "five" obj: make object! [ x: 5

[REBOL] Re: From string to object

2001-11-26 Thread pat665, french new rebolist
Hi This is what I have experimented on the console. HTH >> test: get to-word userdata >> probe test make object! [ field1: 1 field2: 2 ] Patrick - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 26, 2001 1:02 AM Subject: [REBOL] From

[REBOL] Re: why 2 error?

2001-11-23 Thread pat665, french new rebolist
Hi Ladislav, Good point. Indeed people should say "je ne regrette rien", but actually they often say "je regrette rien". However the meaning is the same and it is obviously NOT the same with this two Rebol code. And BTW, "Je ne regrette rien" is a great song by Edith Piaf. Patrick ps : "je ne

[REBOL] Re: why 2 error?

2001-11-23 Thread pat665, french new rebolist
Hi Ladislav Your are right as I expected. error? try [get/any :word] :== true error? try [error? get/any :word];== false Facts are facts ! I'll have to spend some time to digest this. "Lentement mais surement". BTW your french is pretty good. With minor correction it goes like this "Personne n

[REBOL] Re: view indirection

2001-11-21 Thread pat665, french new rebolist
Hi Ryan That's working. However I don't understand what is user-data. Could you explain it to me . Thanks Patrick - Original Message - From: "Ryan Cole" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 6:48 PM Subject: [REBOL] Re: view indirection > Hello

[REBOL] Re: view indirection

2001-11-21 Thread pat665, french new rebolist
Hi Sterling This is clean and elegant. Thanks to the rebol-list, I have now many ways to perform the required task with style ! Thanks again Patrick - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 7:13 PM Subject: [REBOL] Re: vie

[REBOL] Re: view indirection

2001-11-21 Thread pat665, french new rebolist
Thanks Ingo Another great answer from the rebol-list. I have just tested it. However trying to understand more, I crash my windows with a probe. Here is my code. The probe thing is in the guru-function. Thanks again Rebol [] guru-function: func [ s [string!] n [integer!] /local mc][ mc: get

[REBOL] Re: [view] object indirection

2001-11-21 Thread pat665, french new rebolist
Many thanks Brett Your answer give me more than I wanted. I tested your code, and it works. However I don't know what a context is and have to remove it. Thanks again - Original Message - From: "Brett Handley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001