How can I add any number of variables automatically with repeat function. (The variables should all have a different name like bag 1; bag 2; bag 3)
There is a "Create variables" library you can use.
But you would probably be better off creating one variable named BAG whose value is a list. Then whatever you are thinking should be the value of, e.g., bag 3
would instead be item 3 of the list.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.