Hello,
I am trying to make my code a bit more compact.
I want to create a variable B as an empty string, and I would like it to be replaced with the THE NAME of variable A if the value of variable A is >0. Is there a way to do it without using labels? I am doing this in a loop for hundreds of "A" variables.
Thank you
I am trying to make my code a bit more compact.
I want to create a variable B as an empty string, and I would like it to be replaced with the THE NAME of variable A if the value of variable A is >0. Is there a way to do it without using labels? I am doing this in a loop for hundreds of "A" variables.
Thank you
Comment