neha gupta
2016-11-05 16:24:52 UTC
Hi
I want to get the property value and then add add/sum 2 for each team with
it.
team1(win value +2) // value is 2 here
team1(win value +2) // value is 4 here
team.getPropertyValue(Win);
//then next operation to get value and sum 2
But the issue is I get error as I have not set the value first. But if I
set value before get the value, the property "win" always show that value
and not after calculated value.
Is there any way for this issue?
I want to get the property value and then add add/sum 2 for each team with
it.
team1(win value +2) // value is 2 here
team1(win value +2) // value is 4 here
team.getPropertyValue(Win);
//then next operation to get value and sum 2
But the issue is I get error as I have not set the value first. But if I
set value before get the value, the property "win" always show that value
and not after calculated value.
Is there any way for this issue?