<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to remove ;(semicolon) when converting an array tostring()?</title><link>https://community.appian.com/discussions/f/general/24513/how-to-remove-semicolon-when-converting-an-array-tostring</link><description>I have an array of strings but when I use the tostring function on the array there is a semicolon in-between each string. How do I get rid of the semicolon and if possible get rid of them with out spaces being left in there too. 
 
 ex) 
 tostring( {</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to remove ;(semicolon) when converting an array tostring()?</title><link>https://community.appian.com/thread/94781?ContentTypeID=1</link><pubDate>Mon, 09 May 2022 02:46:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4bfd6bee-4278-40cb-afa1-aeea66db60c6</guid><dc:creator>tamaraw</dc:creator><description>&lt;p&gt;You can use tostring then stripwith if you really want to convert it to string. Assuming that the values are not string already.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to remove ;(semicolon) when converting an array tostring()?</title><link>https://community.appian.com/thread/94716?ContentTypeID=1</link><pubDate>Fri, 06 May 2022 06:05:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:95c07e23-b1b8-412a-827d-23510182fdba</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Sometimes the categories on this page might help.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/22.1/Appian_Functions.html"&gt;docs.appian.com/.../Appian_Functions.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to remove ;(semicolon) when converting an array tostring()?</title><link>https://community.appian.com/thread/94705?ContentTypeID=1</link><pubDate>Thu, 05 May 2022 19:48:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:835aea25-6891-47b9-9bf7-c600f439313a</guid><dc:creator>ericm0013</dc:creator><description>&lt;p&gt;Thank you, of all the words I was searching with in functions I didn&amp;#39;t use join =D&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to remove ;(semicolon) when converting an array tostring()?</title><link>https://community.appian.com/thread/94704?ContentTypeID=1</link><pubDate>Thu, 05 May 2022 19:45:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5bbe02b9-7708-48d0-8ea0-dfd3ea26bef4</guid><dc:creator>Naresh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Instead of converting to sting use this logic.&lt;/p&gt;
&lt;p&gt;joinarray({&amp;quot;123&amp;quot;,&amp;quot;456&amp;quot;, &amp;quot;789&amp;quot;}, &amp;quot;&amp;quot;)&lt;/p&gt;
&lt;p&gt;it will work&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>