Hello, I need to save the value of a variable as a constant.
That is, define B:
def A = open * 0.01;
def B = [I need to define B with the result of A as a constant]
If open is 100, then B = 1
I was looking for some function that allows me this, but I have not found anything. Sorry if this is too basic.
That is, define B:
def A = open * 0.01;
def B = [I need to define B with the result of A as a constant]
If open is 100, then B = 1
I was looking for some function that allows me this, but I have not found anything. Sorry if this is too basic.
Last edited: