|
I have an object which has properties.
I print them all out like this:
for(c_property in c_object)
     {
     document.write(c_property);
     }
but i want to print all the properties in alphabetical order.
How do i do that?
Hermann
|
|
|
|
|
|
|
// |