<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Array.joinwith%28%29</id>
	<title>Array.joinwith() - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Array.joinwith%28%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.zcubes.com/index.php?title=Array.joinwith()&amp;action=history"/>
	<updated>2026-04-27T20:35:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://wiki.zcubes.com/index.php?title=Array.joinwith()&amp;diff=213550&amp;oldid=prev</id>
		<title>Swapna: Created page with &quot;By use of this command, each element from an original array is joined with the element specified in the argument. The new element is joined in-between the start and end of ori...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.zcubes.com/index.php?title=Array.joinwith()&amp;diff=213550&amp;oldid=prev"/>
		<updated>2020-04-30T12:15:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;By use of this command, each element from an original array is joined with the element specified in the argument. The new element is joined in-between the start and end of ori...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;By use of this command, each element from an original array is joined with the element specified in the argument. The new element is joined in-between the start and end of original array.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
1.&lt;br /&gt;
 a=[[1,3,4,3,5,7,9]];&lt;br /&gt;
 a.joinwith([&amp;quot;join&amp;quot;])&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;Displays output as 1 join 3 join 4 join 3 join 5 join 7 join 9&lt;br /&gt;
&lt;br /&gt;
2.&lt;br /&gt;
 a=MS(3);&lt;br /&gt;
 a.joinwith([&amp;quot;$$$&amp;quot;])&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;Displays output as 2$$7$$6$$9$$5$$1$$4$$3$$8&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Array.joinrowswith() | joinrowswith ]]&lt;br /&gt;
*[[Array.joincolumnswith() | joincolumnswith ]]&lt;/div&gt;</summary>
		<author><name>Swapna</name></author>
	</entry>
</feed>