Posted by member 40529 on 2003-06-13 10:07:03 link

I have tried
*Script exec !VarSet SelectedStat 'CPU'


followed by each of the following
*Script exec !exec "!%{SelectedStat}LabelShow"
*Script exec !exec !%{SelectedStat}LabelShow
*Script exec !exec "|%{SelectedStat}LabelShow"
*Script exec !exec |%{SelectedStat}LabelShow
*Script exec "!%{SelectedStat}LabelShow"
*Script exec !%{SelectedStat}LabelShow
*Script exec "|%{SelectedStat}LabelShow"
*Script exec |%{SelectedStat}LabelShow


and none work. The only thing that works is
*Script exec !CPULabelShow



btw, the missing exec was only a typo in the post :)