Re: [flexcoders] pass Array from Flex to cfc and pass Array from cfc to Flex?

2008-02-07 Thread Jeffry Houser
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

[flexcoders] pass Array from Flex to cfc and pass Array from cfc to Flex?

2008-02-07 Thread markflex2007
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