On 3/11/06, Niall Pemberton <[EMAIL PROTECTED]> wrote:
>
> Yes but you have to create an object and assign it to your "aaa" var
> first,
> before assigning a variable value such as "bbb"
>
> Try
> var aaa = {};
>
> NiallI figured out how to do this by reading the beginning of the dojo.js.uncompressed script, where the "dojo" object itself is set up (along with a couple of initial base objects inside). Lots of useful techniques to learn. Craig

