Is there a better way to send a ton of values to a cfc rather then 
entering them all in one huge line?

myService.SendCredit
(selectedPackageIDs,selectedForumIDs,selectedAdditionIDs,selectedPublica
tionIDs,selectedPackageUsers,selectedForumUsers,selectedAdditionUsers,et
c,etc,etc,etc,etc,etc,etc);

Should I create an ArrayCollection? Or what is the best way to do this?

Reply via email to