<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nsis.sourceforge.io/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Reference%2FFileWriteWord</id>
	<title>Reference/FileWriteWord - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nsis.sourceforge.io/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Reference%2FFileWriteWord"/>
	<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=Reference/FileWriteWord&amp;action=history"/>
	<updated>2026-08-24T20:43:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=Reference/FileWriteWord&amp;diff=21385&amp;oldid=prev</id>
		<title>Jan: Created page with &quot;=FileWriteWord=   handle string  This function is only available when building a [http://nsis.sourceforge.net/Docs/Chapter1.html#1.4 Unicode installer].  Writes the integer inter...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=Reference/FileWriteWord&amp;diff=21385&amp;oldid=prev"/>
		<updated>2011-11-27T20:20:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=FileWriteWord=   handle string  This function is only available when building a [http://nsis.sourceforge.net/Docs/Chapter1.html#1.4 Unicode installer].  Writes the integer inter...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=FileWriteWord=&lt;br /&gt;
&lt;br /&gt;
 handle string&lt;br /&gt;
&lt;br /&gt;
This function is only available when building a [http://nsis.sourceforge.net/Docs/Chapter1.html#1.4 Unicode installer].&lt;br /&gt;
&lt;br /&gt;
Writes the integer interpretation of &amp;#039;string&amp;#039; as a WORD (2-bytes, range: 0-65535) to a file opened with [[Reference/FileOpen|FileOpen]]. Of course you can enter the integer value directly. The following code writes a &amp;quot;Carriage Return / Line Feed&amp;quot; - Enter to the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;FileWriteWord file_handle &amp;quot;13&amp;quot;&lt;br /&gt;
FileWriteWord file_handle &amp;quot;10&amp;quot;&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If an error occurs while writing, the error flag will be set. Note that the low WORD of the integer is used, i.e. writing 65536 is the same as writing 0, etc.&lt;/div&gt;</summary>
		<author><name>Jan</name></author>
	</entry>
</feed>