On 25.02.09 at 10:26 -0800 Mark Wieder apparently wrote:
is evaluated by the compiler as a reference to a custom property. So technically I think it's not a bug as such. On the other hand, I'd be happy if the compiler had a bit more smarts in the way of catching keywords accidentally being used as property names. So I think my preference would be to write up the bug report.
I think Mark is right about compiler seeing this as setting properties (custom or not). The error comes because you can't set the text property of a stack. It is a standard property but applies to fields, for example. In that sense, it would be a scripting error not a compiler bug.
Robert _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
