I have a model which I would like to walk to get key/values to update
the server with any changes.

The following works fine to get each value,but is there a simple way
to get the key as well ?

for each(var item in myModel){
      trace(item)
}

Reply via email to