In some cases the forEach-command works in an unexpected way. If you want to give a set of variables the same value, you would like to use:
{_x=false} forEach [var1, var2, var3, var4, var5, var6, var7,...]
But you have to use:
var=false; var2=false; var3=false; var4=false; ...
{F18863}