Sharrif wrote:
> can anyone tell me why this path fails?
>
> >> load %test.r
> == [
>     users: [admin: [
>             name "name-admin"
>             email "name-admin"
>         ]
>     ]
> ]
> >> print users/admin/name
> ** Script Error: users has no value.
> ** Where: print users/admin/name

Try:
        users: load %test.r
    and make sure that your block looks like this before set-ing 'users:
        [
            admin [
                name "Another User"
                email [EMAIL PROTECTED]
                ]
            ]
    Note that the extra level of nesting has been eliminated and the colon
":" after "admin" has been deleted.

I hope that helps!

Andrew Martin
ICQ: 26227169
http://members.nbci.com/AndrewMartin/
http://members.xoom.com/AndrewMartin/
-><-


Reply via email to