I'm sure. I build my results into a Struct. Add each Struct to an element of a CF array.
But, the problem is, when I try and discover the type of the variable returned from CFC, it lists as a generic object. ex: typeof(event.result.theCFarray) == 'object' I can't get Flex to even recognize it as an Array. Yet, when I enumerate the properties via (for var i:String in event.result.theArray), I do get the correct indexes 0 and 1 since there are two elements in the particulary array we are looking at. -LIR -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

