06-01-2023 05:34 AM
Hello guys,
I'm coming back to you because I have a problem with the way my data is saved.
I save the names of the controls selected by the user after pressing save.
The problem is that when the user doesn't select all the controls, in the save file there are empty boxes.
I'd like the csv file to contain as many boxes as controls selected.
How can I do this, please?
Thanks in advance
Sincerely
Solved! Go to Solution.
06-01-2023 07:08 AM
As I understand it you want to add a string to the string array only if the boolean value is true.
You can right click the outgoing indexing tunnel of your string array and choose "Tunnel mode > Conditional". Now connect you incoming boolean value to the new conditional terminal.
See https://www.ni.com/docs/en-US/bundle/labview/page/lvhowto/condacc_valuesnloops.html
06-01-2023 07:22 AM
Hi UliB,
Thank you for you reply that works as I want 🙂