Thank you for the quick reply. Here is the detail i get when i hold Ctrl and press OK:
"Expect a dict object"
It did not give me which line the code error out on though. Is there another way to know which line it error out on?
I think it might be this line --> if (!(ASAtomExistsForString("AA", &aa))) aa = ASAtomFromString("AA");
AA is an dictionary, but i am not sure how to define a dictionary to store "AA" and then work with it.
Thanks
hae