> I have set up a task that is variable set name %where to work which
> all the other tasks work from. It is this variable set that I want to
> toggle on and off
Here's one way, there may be more elegant ways :-)
Goto 4 If %where Matches work
Variable Set %where, work
Stop
Variable Clear %where
Pent