jonnyra
Aerospace
- Jan 12, 2010
- 11
Looking for a way to achieve the following:
I have an expression where the user inputs a number between 1 and 10:
wzp=3
I also have 10 expressions defined as: wzp_out[1-10]= ###
Now I want to call out a wzp_out variable based on the value of wzp:
wzp_out[value of wzp] = wzp_out3
So the result in my formula line would be interpreted as wzp_out3 thereby calling the value of wzp_out3 in my formula.
I thought i had seen something like (wzp_out[wz]) and the system interprets it as wzp_out3. Anything I try is giving me errors. Anyone have the proper format for this?
Thanks in advance.
I have an expression where the user inputs a number between 1 and 10:
wzp=3
I also have 10 expressions defined as: wzp_out[1-10]= ###
Now I want to call out a wzp_out variable based on the value of wzp:
wzp_out[value of wzp] = wzp_out3
So the result in my formula line would be interpreted as wzp_out3 thereby calling the value of wzp_out3 in my formula.
I thought i had seen something like (wzp_out[wz]) and the system interprets it as wzp_out3. Anything I try is giving me errors. Anyone have the proper format for this?
Thanks in advance.