2 Oct
2013
2 Oct
'13
5:57 p.m.
Hi,
A simple thing:
<infected case> update control { Tmp-String-0 := "stop" } ...
if (Tmp-String-0 != "stop") { <BUNCH OF UNLANG CODE> }
That should work. Ugly, but functional.
this is pretty much what I was going to suggest. ugly, yes. but sometimes simple is best. and its much easier for a non unlang'y person to understand the logic! :) alan