View Trouble
[1/1] from: ammoncooke::yahoo::com at: 9-Oct-2001 16:53
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