<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.easyuo.com/openeuo/wiki/index.php?action=history&amp;feed=atom&amp;title=Str.join</id>
		<title>Str.join - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.easyuo.com/openeuo/wiki/index.php?action=history&amp;feed=atom&amp;title=Str.join"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Str.join&amp;action=history"/>
		<updated>2026-05-14T01:34:59Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=Str.join&amp;diff=982&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local r,c = sl.str.join(a1, a2[, ...]) Args  a1...aN are of any type (converted to strings internally via tostring()) Results  r is a string  c is a n...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Str.join&amp;diff=982&amp;oldid=prev"/>
				<updated>2010-11-12T01:06:32Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local r,c = sl.str.join(a1, a2[, ...]) Args  a1...aN are of any type (converted to strings internally via tostring()) Results  r is a string  c is a n...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Calling Pattern ==&lt;br /&gt;
Call&lt;br /&gt;
 local r,c = sl.str.join(a1, a2[, ...])&lt;br /&gt;
Args&lt;br /&gt;
 a1...aN are of any type (converted to strings internally via tostring())&lt;br /&gt;
Results&lt;br /&gt;
 r is a string&lt;br /&gt;
 c is a number&lt;br /&gt;
&lt;br /&gt;
== Usage Example ==&lt;br /&gt;
&lt;br /&gt;
 local s = sl.str&lt;br /&gt;
 local i = 'Bunch '&lt;br /&gt;
 local r = s.join('Concatenate ', 'A ', i, 'Of ', 'Strings')&lt;br /&gt;
 print(r)&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt; Concatenate A Bunch Of Strings&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Joins all string arguments in order and returns the resultant string as well as the number of strings joined.&lt;br /&gt;
&lt;br /&gt;
== Upon Error ==&lt;br /&gt;
&lt;br /&gt;
Join fails silently.  If join receives no arguments, then a &amp;amp;#39;&amp;amp;#39; (empty string) is returned.&lt;br /&gt;
If join receives only one argument, then that value is converted to a string and returned along with the arg count in the result [[tuple]].&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[str|string table]]&lt;br /&gt;
&lt;br /&gt;
* [[str.ins]]&lt;br /&gt;
&lt;br /&gt;
* [[str.joinsep]]&lt;br /&gt;
&lt;br /&gt;
* [[str.sep]]&lt;br /&gt;
&lt;br /&gt;
* [[str.split]]&lt;br /&gt;
&lt;br /&gt;
* [[select]]&lt;br /&gt;
&lt;br /&gt;
* [[unpack]]&lt;br /&gt;
&lt;br /&gt;
* [http://www.easyuo.com/openeuo/wiki/index.php/Documentation#String_Functions Lua String Functions]&lt;/div&gt;</summary>
		<author><name>Ximan</name></author>	</entry>

	</feed>