Hi,
I am trying to modify an experiment where some blocks are running inside <expt> as shown below:
<expt>
/blocks = [
1 = blockone;
2 = blocktwo;
3 = blockthree;
4 = blockfour;
5 = finish;
]
</expt>
How can I skip blockthree and blockfour based on the value of a variable?
I will appreciate if anyone can give me some suggestions.