Posted by member 40529 on 2003-06-13 10:07:03 link
I have tried
followed by each of the following
and none work. The only thing that works is
btw, the missing exec was only a typo in the post :)
*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
*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 :)