<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://digigrids.free.fr/wiki/skins//common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
		<id>http://digigrids.free.fr/wiki/index.php?action=history&amp;feed=atom&amp;title=OSSL_Script_Library%2FSimple_Notecard_Reader</id>
		<title>OSSL Script Library/Simple Notecard Reader - Historique des versions</title>
		<link rel="self" type="application/atom+xml" href="http://digigrids.free.fr/wiki/index.php?action=history&amp;feed=atom&amp;title=OSSL_Script_Library%2FSimple_Notecard_Reader"/>
		<link rel="alternate" type="text/html" href="http://digigrids.free.fr/wiki/index.php?title=OSSL_Script_Library/Simple_Notecard_Reader&amp;action=history"/>
		<updated>2026-05-31T13:20:31Z</updated>
		<subtitle>Historique pour cette page sur le wiki</subtitle>
		<generator>MediaWiki 1.15.1</generator>

	<entry>
		<id>http://digigrids.free.fr/wiki/index.php?title=OSSL_Script_Library/Simple_Notecard_Reader&amp;diff=4547&amp;oldid=prev</id>
		<title>Djphil&amp;nbsp;:&amp;#32;Page créée avec « This script is intended to demonstrate the use of osGetNotecard* functions in OSSL. They can (and should) be used to eliminate the dataserver hell that LSL puts a scripter th… »</title>
		<link rel="alternate" type="text/html" href="http://digigrids.free.fr/wiki/index.php?title=OSSL_Script_Library/Simple_Notecard_Reader&amp;diff=4547&amp;oldid=prev"/>
				<updated>2012-04-12T04:54:33Z</updated>
		
		<summary type="html">&lt;p&gt;Page créée avec « This script is intended to demonstrate the use of osGetNotecard* functions in OSSL. They can (and should) be used to eliminate the dataserver hell that LSL puts a scripter th… »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This script is intended to demonstrate the use of osGetNotecard* functions in OSSL. They can (and should) be used to eliminate the dataserver hell that LSL puts a scripter through.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;lsl&amp;gt;&lt;br /&gt;
string NoteCardName = &amp;quot;testcard&amp;quot;;&lt;br /&gt;
integer n;&lt;br /&gt;
&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    state_entry()&lt;br /&gt;
    {&lt;br /&gt;
        string NoteCardContents = osGetNotecard(NoteCardName); //Read the notecard, and store its contents in a string&lt;br /&gt;
        llOwnerSay(NoteCardContents); // Read the string to the owner of the object&lt;br /&gt;
        &lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    touch_start(integer numdet)&lt;br /&gt;
    {&lt;br /&gt;
        integer NumLines = osGetNumberOfNotecardLines(NoteCardName);  // Get the number of lines in the notecard&lt;br /&gt;
        for(n=0;n&amp;lt;NumLines;++n)&lt;br /&gt;
        {&lt;br /&gt;
            string NoteCardLine = osGetNotecardLine(NoteCardName,n); // Read a single line from the notecard, and store it/&lt;br /&gt;
            llOwnerSay(NoteCardLine);   // Read the single line to the object's owner&lt;br /&gt;
        }        &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/lsl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripts]]&lt;/div&gt;</summary>
		<author><name>Djphil</name></author>	</entry>

	</feed>