<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как вставить значение переменной (рус. текст) в ячейку Excel?]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9235&amp;type=atom" />
	<updated>2014-02-08T12:19:29Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9235</id>
		<entry>
			<title type="html"><![CDATA[AHK: Как вставить значение переменной (рус. текст) в ячейку Excel?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79869#p79869" />
			<content type="html"><![CDATA[<p>Когда вставляю из буфера - выходят крякозябры.<br /></p><div class="codebox"><pre><code>WinWait, ahk_class XLMAIN, 
IfWinNotActive, ahk_class XLMAIN, , WinActivate, ahk_class XLMAIN, 
WinWaitActive, ahk_class XLMAIN,
clipboard := x
MsgBox, &quot;%clipboard%&quot;; для проверки, выводит читаемый русский текст.
Send, {vka2 DOWN}{vk56}{vka2 UP} ; крякозябры</code></pre></div><p>Может подскажете решение получше, как вставлять переменные без буфера?</p>]]></content>
			<author>
				<name><![CDATA[misha_057]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29511</uri>
			</author>
			<updated>2014-02-08T12:19:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79869#p79869</id>
		</entry>
</feed>
