<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://oxeyegames.com/wiki/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://oxeyegames.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Append</id>
		<title>Append - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://oxeyegames.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Append"/>
		<link rel="alternate" type="text/html" href="http://oxeyegames.com/wiki/index.php?title=Append&amp;action=history"/>
		<updated>2026-05-03T05:59:35Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://oxeyegames.com/wiki/index.php?title=Append&amp;diff=113&amp;oldid=prev</id>
		<title>Jeb: Created page with '{{GUIMethod | WChar:append(value, ...) | Appends data to the string. | {{MethodParam|value|An integer, a number, a string or another WChar object|The data to append. The paramete...'</title>
		<link rel="alternate" type="text/html" href="http://oxeyegames.com/wiki/index.php?title=Append&amp;diff=113&amp;oldid=prev"/>
				<updated>2009-03-08T22:36:50Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#39;{{GUIMethod | WChar:append(value, ...) | Appends data to the string. | {{MethodParam|value|An integer, a number, a string or another WChar object|The data to append. The paramete...&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{GUIMethod&lt;br /&gt;
|&lt;br /&gt;
WChar:append(value, ...)&lt;br /&gt;
|&lt;br /&gt;
Appends data to the string.&lt;br /&gt;
|&lt;br /&gt;
{{MethodParam|value|An integer, a number, a string or another WChar object|The data to append. The parameter can be of different types, and will be converted to the corresponding Unicode string.}}&lt;br /&gt;
{{MethodParam|...|Same as above|You may add several parameters in the call to this function. They will be appended after each other, with a space between them.}}&lt;br /&gt;
|&lt;br /&gt;
Returns nothing.&lt;br /&gt;
}}&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   local age = 32&lt;br /&gt;
   local text = WChar(&amp;quot;Hello &amp;quot;)&lt;br /&gt;
   text:append(&amp;quot;John &amp;quot;)&lt;br /&gt;
   text:append(WChar(&amp;quot;Smith, &amp;quot;))&lt;br /&gt;
   text:append(age)&lt;br /&gt;
   text:append(&amp;quot; years old&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
   print(text:toString()) -- Outputs &amp;quot;Hello John Smith, 32 years old&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jeb</name></author>	</entry>

	</feed>