<?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=LessThan</id>
		<title>LessThan - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://oxeyegames.com/wiki/index.php?action=history&amp;feed=atom&amp;title=LessThan"/>
		<link rel="alternate" type="text/html" href="http://oxeyegames.com/wiki/index.php?title=LessThan&amp;action=history"/>
		<updated>2026-04-08T15:17:48Z</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=LessThan&amp;diff=117&amp;oldid=prev</id>
		<title>Jeb: Created page with '{{GUIMethod | WChar:lessThan(other) | Compares this string object with another string object and returns true if this is &quot;less&quot; than the other. The method uses simple byte value ...'</title>
		<link rel="alternate" type="text/html" href="http://oxeyegames.com/wiki/index.php?title=LessThan&amp;diff=117&amp;oldid=prev"/>
				<updated>2009-03-08T22:55:31Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#39;{{GUIMethod | WChar:lessThan(other) | Compares this string object with another string object and returns true if this is &amp;quot;less&amp;quot; than the other. The method uses simple byte value ...&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:lessThan(other)&lt;br /&gt;
|&lt;br /&gt;
Compares this string object with another string object and returns true if this is &amp;quot;less&amp;quot; than the other. The method uses simple byte value comparisons, so 'Z' is &amp;quot;less&amp;quot; than 'a', for example.&lt;br /&gt;
|&lt;br /&gt;
{{MethodParam|other|A WChar|The other text object to compare with.}}&lt;br /&gt;
|&lt;br /&gt;
Returns true if this object is considered to be less than the other text object. Comparison to other data types will always return false.&lt;br /&gt;
}}&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   local text = WChar(&amp;quot;abcde&amp;quot;)&lt;br /&gt;
   if text:lessThan(WChar(&amp;quot;bcdef&amp;quot;)) then&lt;br /&gt;
      print(&amp;quot;less!&amp;quot;)&lt;br /&gt;
   else&lt;br /&gt;
      print(&amp;quot;more!&amp;quot;)&lt;br /&gt;
   end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jeb</name></author>	</entry>

	</feed>