rubberscissors
Technical User
I'm calling a proceedure that needs to be passed a series of variables, and I want one of the variables passed to be a list.
Basically, I have a while loop and for each iteration of the loop at one point it checks a series of radiobuttons and makes a list based on each one which has been selected. So, the list varies in length and content, but each iteration also calls a proceedure which will make use of the elements on the list...I want to pass the list to the proceedure at each iteration of the loop...is there a way to do this? Each time I try, it complains there is 'no such variable'...which I think is because it's not a variable but a list. Any thoughts?
Basically, I have a while loop and for each iteration of the loop at one point it checks a series of radiobuttons and makes a list based on each one which has been selected. So, the list varies in length and content, but each iteration also calls a proceedure which will make use of the elements on the list...I want to pass the list to the proceedure at each iteration of the loop...is there a way to do this? Each time I try, it complains there is 'no such variable'...which I think is because it's not a variable but a list. Any thoughts?