Hey Guys and Gals,

My "for var prop in object" loop does not work :(
The debugger clearly states that the object contains the correct properties
...
Any ideas ?

var item : Object = model.services[i];
for(var prop:String in item)
{
     trace("prop: " + prop);
}

Reply via email to