Joining strings into a existing string


Hi all,
I want to add a list of strings (no of elements which should be a suffix of grid number - Example if i select 6 no of elements so the count would be 6, here i have to mark the Grid number of the element (P536/1, P356/2, P356/3, P356/4, P356/5, P356/6) like this. But what im facing in dynamo is I could not able to concatenate. Please help me to resolve this. Here i highlighted the expected result in the code block

HI @cmrlircon.bim something here maybe

Hello @cmrlircon.bim,

Did you try ‘+’ sign? It usually helps me out in this type of situations. Try to write down a+b in a code block and connect your two list.

1 Like

Thank you so much.

Working well. Thank you

1 Like