Hi is there a way to concatenate turple of strings that if the last string is a space that does not remove it?
join(("1"," "))=="1 "
Hi is there a way to concatenate turple of strings that if the last string is a space that does not remove it?
join(("1"," "))=="1 "