I would like to know how to combine and show two seperate integer from 2 different choicegroup-pop up?
eg. from choicegroup 1 - integer number: 8
from choicegroup 2 - integer number: 0
how to combine and show both integer to become 80?
I would like to know how to combine and show two seperate integer from 2 different choicegroup-pop up?
eg. from choicegroup 1 - integer number: 8
from choicegroup 2 - integer number: 0
how to combine and show both integer to become 80?
You can have both of the values and append as the string ,
Like,
value1=8 and value2=8,
so you can display the both values finalValue = ""+value1+""+value2. Append this string value of some sort of component,
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
Graham.Code:int i = Integer.parseInt("88");