06-18-2020, 09:51 AM
I am trying to show a dialog with many text boxes
image
I want the last text box to join the text in all the text boxes using a specific pattern
when I am entering the text in any text box
like this:
tbxRes=F"{textbox01}, {textbox02}, {textbox03}, {textbox04}"
image
I want the last text box to join the text in all the text boxes using a specific pattern
when I am entering the text in any text box
like this:
tbxRes=F"{textbox01}, {textbox02}, {textbox03}, {textbox04}"