From array to string

Hello friends,
@rkelchuri, @Ninett_Panfir, @Rammohan91, @balupad14, @Florent_Salendres, @vvaidya, @Palaniyappan, @ClaytonM, @vvaidya,

how is it possible to pass from an array[string] to a unique string?
All elements of the array in a single string, separated by “;”?
thank you so much,
Cami :slight_smile:

1 Like

yah
with this
string.join(“;”,yourarrayvariable)

2 Likes

did that work buddy
Cheers @CamiCat

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.