Hi
variables cannot be used in "is in list"
from the manual:
ยทis in list
Returns TRUE if the left operand is equal to one or more strings separated by commas and listed in the right operand.
Selection's Name is in list "The Draw", "0 - 0", "1 - 1"
Please note that the right operand must not be a trigger expression, i.e. it shouldn't include variables.
not quite sure what you are wanting to do but:
you could write to a file and use selections index is in file
or
use condition blocks:
OR
selections index is in list 1, 2, 3
and appropriate conditions for list_one
OR
selections index is in list 4, 5, 6
and appropriate conditions for list_two
OR
etc...