Hello Chris,
I have an mwel script where I need to generate a variable [signal_pool_indicies] from a range of integers. I am doing so by using the selection variable.
However, I want my range of integers to be adjustable throughout the duration of the task, so I assigned a [low_pool] variable and a [high_pool] variable.
I used the low and high variables in the values parameter of my selection variable [signal_pool_indicies] hoping that I could change the range of integers that was being drawn in real time as the program was running. However I noticed that that was not the case and integers outside of the [low_pool] and [high_pool] range were being drawn. Eg. [low_pool = 7] and [high_pool = 14], however numbers less than 7 are still being drawn.
I have included a screenshot of the portion of code I am referring to.
Does the values parameter not allow for variables in the range expression?
Best,
Tiffany