Do you have a Flex Value Object|Bean|whatever defined for the records you are returning?
I am by no means an export here, but I think this is how to handle this. You would define the desired data types of all the properties of the bean for this data object. Then cast|assign|force the data returned from the CF call into this bean. Then Flex will no the numbers are numbers not strings. Hopefully this gives you an idea you can work with since I can not give you a detailed step by step example of how to actually do all these steps and the various ins and outs that maybe involved. HTH Ian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291265 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

