Dear Dave & Co,I'm working with the AAT Script provided in the task library. I extended it and it nearly works properly. Every now and the the sequence generator fails, as you suggest in the script I'd like to use pregenerated sequences from a list. How do I do that? Maybe you can correct the steps below:
1) Make a list with e.g. 20 sequence strings
<list mysequencepool>
/ 1 = "143241234123…123421234"
/…
/20 = "324123…3212332"
</list>
2) change "values.sequence" so that it randomly selects a sequence from list.mysequencepool
<values>
…
/sequence = noreplace(list.mysequencepool)
…
</values>
3) Go to <expt> and delete the first block, the sequence generator.