Hi,

    Anyone else noticed this:

a: make object! [
    b: Stylize [
        this-style: text "This Style"
    ]
]

view layout [styles a/b this-style]

returns:

Expected a style name [a/b this-style]
** Script Error: this-style has no value
** Where: do-facets
** Near: this-style

while this:

a-b: a/b 

view layout [styles a-b this-style]

Works properly.  Is this not to be considered a bug?  Or is this known, & rational 
behavior?

Thanks!!
Ammon


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

Reply via email to