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.

Reply via email to