Mike,

>Thanks a lot. It worked perfectly.
>I was trying something similar without the eval:
>data: {mydata},
>
>...but that errored too. I guess because of the { }. I assumed
>it was always needed. Probably because I don't really know what
>it's used for.

The {} notation is creating a structure. Since the "mydata" variable is
already a structure, you do not want to use that notation.

-Dan

Reply via email to