Hello together,
I'd like to set the value of a textbox to a certain text if a checkbox is activated. It should also be possible to do that with multible texts, so these single texts are inserted one after another. For examle:
Checkbox1 = value: The text "Test" gets inserted into Label1
Checkbox2 = value: The text "_Test2" gets inserted into the Label1 right after the test "Test" --> "Test_Test2"
How would the syntax be constructed?
Thanks,
Maurice