I have a Group (XTrig Blind B1 East) that has a level = 0% with a Tag Name of "Stop". These following two lines compile ok; SetTriggerLevel("XTrig Blind B1 East", "Stop"); SetStringIBSystemIO("Label Group Text", net, app, "XCtl_B1_East",0, 'Stop'); But this line does not If GetTriggerLevel("XTrig Blind B1 East") = [B]"Stop"[/B] then I have to use the 0% If GetTriggerLevel("XTrig Blind B1 East") = 0% then So how do I get to use the Level Tag Name in the "GetTriggerLevel' command ?? dave