I'm looking for a way to take each item in a rich text box that a user can customize and take those items and put them into a different text box with a string attatched.
for example: the richtextbox would contain and be separated like this:
Sad
Glad
Mad
The string i want those to go into is: John was ____ today.
id like it to output all 3 on different lines but in a the same textbox (different from the richtextbox).
John was Sad today.
John was Glad today.
John was Mad today.
This is all simplified to make it easier to understand, i have been pulling my hair out trying to get it to work.
Thanks in advance.