Subj : Re: Another JS question To : netscape.public.mozilla.jseng From : Issac Goldstand Date : Sun May 09 2004 01:56 am To clarify (i was tired and a bit lazy in the original post): [snip] Does that mean that the array of property IDs returned from JS_Enumerate will be jsvals which contain either the property name in a *JSVAL_STRING* or the numeric element ID of the element *as a JSVAL_INT*? Is this always true? Can there be both in an object? (I'd imagine yes, as my own example proves) [snip] .