<cffunction name"GetArray" returntype="array" access="Remote"> <!--- CF Code to create and populate an array --> <cfreturn myArray> </cffunction>
Then use RemoteObject in Flex to call the GetArray method on your CFC. In the result handler you can access the array in the result parameter of the result object. Did you have a specific problem or question? markflex2007 wrote: > > > Hi, > > The index start from 0 in Flex and index start from 1 in Coldfusion. > > How to pass array between Flex and CFC? Please give me a idea. > > Thanks > > Mark -- Jeffry Houser Flex, ColdFusion, AIR AIM: Reboog711 | Phone: 1-203-379-0773 -- Adobe Community Expert <http://www.adobe.com/communities/experts/members/JeffryHouser.html> My Company: <http://www.dot-com-it.com> My Podcast: <http://www.theflexshow.com> My Blog: <http://www.jeffryhouser.com>

