<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://script.quakenet.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Returnex</id>
	<title>Returnex - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://script.quakenet.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Returnex"/>
	<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=Returnex&amp;action=history"/>
	<updated>2026-06-04T08:13:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://script.quakenet.org/wiki/index.php?title=Returnex&amp;diff=4301&amp;oldid=prev</id>
		<title>Daveoh at 22:40, 22 April 2008</title>
		<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=Returnex&amp;diff=4301&amp;oldid=prev"/>
		<updated>2008-04-22T22:40:01Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Similar to [[return|/return]], except it retains leading and trailing spaces instead of stripping them.&lt;br /&gt;
 /returnex [string]&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
 [[alias]] test1 {&lt;br /&gt;
   [[echo|echo -ag]] Normal return: [[$len]]($test2(1))&lt;br /&gt;
   echo -ag Retained return: $len($test2(2))&lt;br /&gt;
 }&lt;br /&gt;
 alias test2 {&lt;br /&gt;
   [[if]] ($1 == 1) return [[$chr]](32) $+ abc def $+ $chr(32) $+ $chr(32)&lt;br /&gt;
   elseif ($1 == 2) returnex $chr(32) $+ abc def $+ $chr(32) $+ $chr(32)&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 Output of /test1:&lt;br /&gt;
   Normal return: 7&lt;br /&gt;
   Retained return: 10&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[return|/return]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Undocumented commands]]&lt;/div&gt;</summary>
		<author><name>Daveoh</name></author>
	</entry>
</feed>