There should be an option (right click on the structure?) to convert a conditional disable to a case structure.
Why?
a) I often use conditionals to test different algorithms. In several times it finally has been nessecary to implement both (or more) of them into the final application as none of them cover all cases of input data well enough.
b) In other cases It showed that selecting the algorithm should be selectable (e.g. using a INI file or registry entry, a project's global or even from a front panel terminal).
In all cases changing the conditional disable to a case using the values from the conditional cases in use as case values would just leave the work to add the input to the case selector input (whereever it comes from).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.