Development Flex


    creationComplete="trace(ObjectUtil.toString(myAC))">
    
        
        import mx.collections.ArrayCollection;
        import mx.utils.ObjectUtil;
        public var myAC:ArrayCollection = new ArrayCollection([
            {label:"J", data:"j"},
            {label:"T", data:"t"},
            {label:"F", data:"f"}
        ]);