Hi Carl,

For interest, here is how RT do it:

    source find-key-face

Regards,
Brett.


----- Original Message ----- 
From: "Joel Neely" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 01, 2002 10:05 PM
Subject: [REBOL] Re: Examining the layout object


> Hi, Carl,
> 
> Carl Read wrote:
> > 
> > So, I've narrowed the error down to 'face being a function sometimes,
> > but while this...
> > 
> >     print type? :face
> > 
> > gets round it for a word, I don't know how to do that for a function
> > in an object.  ie, this doesn't work......
> > 
> >     print type? :face/pane
> > 
> > pane still being evaluated.
> > 
> 
>     >> foo: make object! [
>     [    a: 1
>     [    b: 2
>     [    c: func [] [a + b]
>     [    ]
>     >> print type? get in foo 'c
>     function
> 
> HTH!
> 
> -jn-
> 
> -- 
> ; Joel Neely                             joeldotneelyatfedexdotcom
> REBOL [] do [ do func [s] [ foreach [a b] s [prin b] ] sort/skip
> do function [s] [t] [ t: "" foreach [a b] s [repend t [b a]] t ] {
> | e s m!zauafBpcvekexEohthjJakwLrngohOqrlryRnsctdtiub} 2 ]
> -- 
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the 
> subject, without the quotes.
> 



-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to