01-25-2025 11:18 PM
Hello!
I was wondering if there is way to include a single block of code with and without a while loop. Basically based on enum user select if they want the program to run continuously or not. By using a case structure all the graphs, controls are replicated and I want only one of each . I don't want to use a ab control I want the user to select the option from an enum or ring.
Hope the question makes some sense.
Thank You.
01-26-2025 12:39 AM
You are not making a lot of sense.
All you need is a simple state machine to cover all possibilities.
A case structure does not require duplicate graphs.
For more specific advice, attach your code draft.
01-27-2025 02:33 AM
You place the while loop and if you don't want it to loop you wire True to the Stop node.
01-27-2025 01:27 PM
@bilalskd wrote:
Hello!
I was wondering if there is way to include a single block of code with and without a while loop. Basically based on enum user select if they want the program to run continuously or not. By using a case structure all the graphs, controls are replicated and I want only one of each . I don't want to use a ab control I want the user to select the option from an enum or ring.
Hope the question makes some sense.
Thank You.
Where did you learn to make word salads?