Yesterday I could learn how to display the total for 5 NumericSteppers in a
Label:
For example:
// private function stepperSumFun( val1:int, val2:int, val3:int, val4:int,
val5:int):String
// {
// return (val1+val2+val3+val4+val5).toString();
// }
//<mx:Label text="Point Total {stepperSumFun( pt01.value, pt02.value,
pt03.value, pt04.value, pt05.value)}"/>
However, I would like to be able to display the total in a (6th)
NumericStepper.
I tried changing String to Number but it didn't work. How do I get this to
work?
Thanks,
James
--
View this message in context:
http://www.nabble.com/NumericStepper-Total-tp14750764p14750764.html
Sent from the FlexCoders mailing list archive at Nabble.com.