try item[prop] ???

On Sep 28, 2007, at 9:55 AM, Webdevotion wrote:

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);
}




Mansour
http://thunderheadxpler.blogspot.com
:-)



Reply via email to