If have the following code. Where you see the XXX I would like to put in an array of type long[].
How can I do this and how would I fetch values from the dictionary? Do
You'd need to provide the cast where you call it.
((long[])defaultAmbience["countryID"])[0];