I would like to set a flag inside of a case structure, which will be used in deciding if the case is true, ex. flag IsSet=false if (SomeThing is true && IsSet is false) enter case set IsSet to true exit
I have done that, but in order to do this you will end up with a boolean control on the front panel. I desire a method in which the front panel is unaltered. I appreciate your help, though.