I have a radiogroup and a onchange function on the radiobutton that inserts the data into an array
My issue is the following, I need the sum of all the radiobuttons values which works, but if the user changes his mind and reselects a radiobutton it inserts a extra item into the array, the total is now incorrect. I am using push, I know this is wrong, but how to do you add to the array and a index without adding extra items Thanks -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

