I am working with a checkbox selection list and have been kindly assisted by more than one Super User in the process. I have the selection list numbered, from top to bottom, checkbox_1, checkbox_2, checkbox_etc. I have a global list of checkboxes that I initialize in order, top down. When I call for the output data, the checkboxes do not appear in the order I would like them to be. They always show up in the same order, assuming the boxes are previously selected, but I cannot find a way to control that order of appearance. I believe the answer lies in an extra command in one of the following two blocks but, after playing for awhile, I am at a loss. I am open to bones, breadcrumbs, and steak dinners:). Thank you to anyone who can educate me on this subject.
"everyCheckbox" is rarely in sort order by the name you give each of the checkboxes.
You will need to sort your "result" list
1 Like
You will need to laboriously create a global init for a variable holding all the checkbox components in a make a list block, in the order you prefer.
Expect a dozen and a half sockets in the make a list block.