<?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=Journal.line</id>
		<title>Journal.line - 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=Journal.line"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Journal.line&amp;action=history"/>
		<updated>2026-05-15T08:42:17Z</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=Journal.line&amp;diff=1227&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local j = sl.journal() later  local r1,r2,r3 = j.line(pos[,split]) Argument  pos is a number, the absolute position of the line to read  split (option...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Journal.line&amp;diff=1227&amp;oldid=prev"/>
				<updated>2011-01-09T03:40:37Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local j = sl.journal() later  local r1,r2,r3 = j.line(pos[,split]) Argument  pos is a number, the absolute position of the line to read  split (option...&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 j = sl.journal()&lt;br /&gt;
later&lt;br /&gt;
 local r1,r2,r3 = j.line(pos[,split])&lt;br /&gt;
Argument&lt;br /&gt;
 pos is a number, the absolute position of the line to read&lt;br /&gt;
 split (optional) is a boolean, defaults to false&lt;br /&gt;
Results&lt;br /&gt;
 r1 is a string, the line at the position specified &lt;br /&gt;
 r2 is a number, the associated color&lt;br /&gt;
 iff split is true then&lt;br /&gt;
 r3 is the name split from the beginning of the line, if any&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Line returns the line stored at the provided absolute position pos.  The first message is at position 1, the last message is at j.count().  If pos is outside the range of currently stored lines, then line returns [[nil]].&lt;br /&gt;
&lt;br /&gt;
Note: since line does not update the internal store, [[journal.refresh|refresh]] should be called periodically to add any new journal entries.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.easyuo.com/openeuo/wiki/index.php/Simplelib simplelib]&lt;br /&gt;
&lt;br /&gt;
* [[journal]]&lt;br /&gt;
&lt;br /&gt;
* [[journal.count]]&lt;br /&gt;
&lt;br /&gt;
* [[journal.refresh]]&lt;br /&gt;
&lt;br /&gt;
* [[UO.GetJournal]]&lt;br /&gt;
&lt;br /&gt;
* [[UO.ScanJournal]]&lt;/div&gt;</summary>
		<author><name>Ximan</name></author>	</entry>

	</feed>