Dena Carbonari
I’m working on a delayed alternation program that has 4 delays that are defined in a list:
LIST U = 0, 5, 10, 20
When it’s time for the program to present a delay, it selects a value from the list randomly without replacement:
RANDD T(113) = U
This works fine, but here’s my question…
We’d like to make it so that the user can define the 4 delays at the start of the session (using Var_Alias). If we have one variable for each delay value, how would I go about transferring that into a list?
Thanks for your help!
-Dena-