<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.bci2000.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Programming_Reference%3ASpellerCommand_Class</id>
	<title>Programming Reference:SpellerCommand Class - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.bci2000.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Programming_Reference%3ASpellerCommand_Class"/>
	<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=Programming_Reference:SpellerCommand_Class&amp;action=history"/>
	<updated>2026-06-24T18:32:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=Programming_Reference:SpellerCommand_Class&amp;diff=4341&amp;oldid=prev</id>
		<title>Mellinger at 17:49, 11 September 2008</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=Programming_Reference:SpellerCommand_Class&amp;diff=4341&amp;oldid=prev"/>
		<updated>2008-09-11T17:49:41Z</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;==Location==&lt;br /&gt;
&amp;lt;tt&amp;gt;src/shared/modules/application/speller&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Synopsis==&lt;br /&gt;
A &amp;lt;tt&amp;gt;SpellerCommand&amp;lt;/tt&amp;gt; object represents a speller command in parsed form. Speller commands are either plain text, or command keywords and arguments enclosed in angle brackets:&lt;br /&gt;
 a&lt;br /&gt;
 Alpha&lt;br /&gt;
 &amp;lt;UNDO&amp;gt;&lt;br /&gt;
 &amp;lt;GOTO 3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
===SpellerCommand(string)===&lt;br /&gt;
Parses the argument string, and initializes the object&amp;#039;s properties from there.&lt;br /&gt;
===ReadFromStream(istream), WriteToStream(ostream)===&lt;br /&gt;
Reads/writes the object from/into the specified stream objects.&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
===string Code (rw)===&lt;br /&gt;
For plain text entry commands, this property is empty. For keyword commands, it contains the keyword, e.g. &amp;quot;GOTO&amp;quot;.&lt;br /&gt;
===string Value (rw)===&lt;br /&gt;
For plain text entry commands, this property contains the text to enter. For keyword commands, it contains arguments, if any, e.g. &amp;quot;3&amp;quot; for &amp;quot;&amp;lt;GOTO 3&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[[Programming Reference:Speller Class]], [[Programming Reference:Target Class]], [[User Reference:P3SpellerTask]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Framework API]][[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Mellinger</name></author>
	</entry>
</feed>