<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Команда if и вывод значения в ahk]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13021</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13021&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Команда if и вывод значения в ahk».]]></description>
		<lastBuildDate>Fri, 22 Sep 2017 16:15:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Команда if и вывод значения в ahk]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119500#p119500</link>
			<description><![CDATA[<p>Найди 10 отличий:<br /></p><div class="codebox"><pre><code>

msgbox, yes
Gui, Add, edit, x41 y10 w40 h40 vKey +Center, %Key%
Gui, Add, Button, x12 y60 w100 h30 gCheck , Проверить
Gui, Show, w127 h111, Untitled GUI
return

GuiClose:
ExitApp

Key := 1

Check:
gui,submit,nohide
if(key = 1)
{
  msgbox, yes
}
else
{
  msgbox, no
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Fri, 22 Sep 2017 16:15:27 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119500#p119500</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Команда if и вывод значения в ahk]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119496#p119496</link>
			<description><![CDATA[<p><strong>sharhaing</strong><br />При запуске скрипта выполняется код до Return. Код на нажатие кнопки выполняется от её метки Check до конца скрипта. Вопрос: когда выполняется код Key := 1?</p>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Fri, 22 Sep 2017 15:02:01 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119496#p119496</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Команда if и вывод значения в ahk]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119494#p119494</link>
			<description><![CDATA[<p><span style="color: green"><strong>sharhaing</strong>, код скрипта необходимо оформить тегом code.&nbsp; В заголовке должна быть отражена суть темы. Словам вроде &quot;помогите&quot;, &quot;новичок&quot; там не место. Исправьте, отредактировав своё сообщение.</span></p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Fri, 22 Sep 2017 13:48:27 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119494#p119494</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Команда if и вывод значения в ahk]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119492#p119492</link>
			<description><![CDATA[<p>Хотел сделать чтобы на экран вывелось &quot;Yes&quot;, но результат &quot;No&quot;. </p><div class="codebox"><pre><code>

msgbox, yes
Gui, Add, edit, x41 y10 w40 h40 vKey +Center, %Key%
Gui, Add, Button, x12 y60 w100 h30 gCheck , Проверить
Gui, Show, w127 h111, Untitled GUI
return

GuiClose:
ExitApp

Key := 1

Check:

if(key = 1)
{
	msgbox, yes
}
else
{
	msgbox, no
}
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (sharhaing)]]></author>
			<pubDate>Fri, 22 Sep 2017 12:44:10 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119492#p119492</guid>
		</item>
	</channel>
</rss>
