26.04.2022, 14:30
Hello, I have a resident script to calculate the average between two values in percentage, but the value is sent continuously. How can it be corrected?
Code:
Value= (grp.getvalue(ValueA) + grp.getvalue(ValueB)) / 2
grp.checkwrite(Output, Value)