@koolrc812
In phoneNo string, join the strings like this
123’,‘345’,'234
If they are in a list then String.Join(“‘,’”,Yourlist)
cheers