Wow ! It tooks Rebol almost seven minutes to throw it up on my Pentium 200 Mhz. Thanks for this valuable lesson.
Patrick ----- Original Message ----- From: "Ingo Hohmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 21, 2001 4:27 PM Subject: [REBOL] Re: view indirection > Hi Patrick, > > From WordNet (r) 1.7 [wn]: (shortened!) > probe > n 1: an inquiry into unfamiliar or questionable activities; > "there was a congressional probe into the scandal" > v 1: question or examine thoroughly and closely > > Once upon a time pat665, french new rebolist spoketh thus: > > 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 to-word join s n > > ; print probe mc <-- freeze my windows 2000 > > mc/data: true > > show mc > > ] > > Now, mc at the time is a view face, and these are BIG! > Probing them is like trying to cut a whale in half, > using a nail-file. That said, running this code needs about 15s > until the first probe output is shown, and about the same time > until it's run through. I'm on a PIII 900, Linux, how long did > _you_ wait? ;-) > > > Kind regards, > > Ingo > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
