<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: ControlGetText не возвращает значение]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9172&amp;type=atom" />
	<updated>2014-01-21T11:38:18Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9172</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: ControlGetText не возвращает значение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79389#p79389" />
			<content type="html"><![CDATA[<p><span style="color: #008800"><strong>Serzh</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте пост.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2014-01-21T11:38:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79389#p79389</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: ControlGetText не возвращает значение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79388#p79388" />
			<content type="html"><![CDATA[<p>решение:</p><p>txt_f(){<br />ControlGetText, txt, Edit1, WinTitle_Script<br />MsgBox, %txt%<br />}</p>]]></content>
			<author>
				<name><![CDATA[Serzh]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31572</uri>
			</author>
			<updated>2014-01-21T09:20:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79388#p79388</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: ControlGetText не возвращает значение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79387#p79387" />
			<content type="html"><![CDATA[<p>Мне необходимо получить данные, используя функцию.</p><p>всё работает:<br /></p><div class="codebox"><pre><code>ControlGetText, txt, Edit1
MsgBox, %txt%</code></pre></div><p>возвращает пустое значение:<br /></p><div class="codebox"><pre><code>
txt_f(){
ControlGetText, txt, Edit1
MsgBox, %txt%
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Serzh]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31572</uri>
			</author>
			<updated>2014-01-21T08:06:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79387#p79387</id>
		</entry>
</feed>
