How can I assign values to multiple textboxes using a loop?
Can you elaborate more?
What is your expectation? What did you try? What did you get?
Those blocks do what you asked for.
But what is it you NEED?
I have a project that solving a sudoku.
And i want set textboxes to 0 by a button then set some textboxes to 1 to 9 for solving.
0 for empty cells
In this code, remove the select list item block and use only *getitem and try
This select list item block you may use if you use for each number from to by but you are using for each item in the list hence use only getitem
Thank you very much.
See Wordle In A Day
for a sample project involving arrays of components.
Designer Copy / Paste is especially useful for this type of project.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.