--- In flexcoders@yahoogroups.com, Gordon Smith <[EMAIL PROTECTED]> wrote:
>
> You can write either
> 
>     MyClass.foo = bar;
> 
> or
> 
>     MyClass["foo"] = bar;
> 
> to set a static property of a class.

Cool, thanks :-).  This has really been a learning week for me.

Reply via email to