Hello I would like to concatenate several variables and strings.
For example would this be the correct way
Input: “Dear” + customer + “I am writing to inform you of” + problem +“Thanks!”
Output: Dear John Blake, I am writing to inform you of tire puncture. Thanks!
Let me know if this needs any clarification.
Thank you
Hi,You want to know is that correct way or not?
Yes, it is the correct way of using until the customer and problem variables are strings.This is the dynamic way.
If you find this useful mark it as solution.
Cheers:smiley: