<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: поиск переменной]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12821&amp;type=atom" />
	<updated>2017-07-18T15:14:52Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12821</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: поиск переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117374#p117374" />
			<content type="html"><![CDATA[<p><strong>valeron_121</strong><br /></p><div class="codebox"><pre><code>
if ravno =	;если в ravno ничего не записано =&gt; выполнить код в скобках ниже
{
msgbox,найдена
}
else	;если предыдущее условие не выполняется =&gt; выполнить код в скобках ниже
{
msgbox,не найдена
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[shahlik002]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37352</uri>
			</author>
			<updated>2017-07-18T15:14:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117374#p117374</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: поиск переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117365#p117365" />
			<content type="html"><![CDATA[<p><strong>shahlik002</strong> Есть переменная %ravno% мне нужно что бы проверялся анализ. Если она есть, то выполнялся один код, если не нашло, то другой.</p>]]></content>
			<author>
				<name><![CDATA[valeron_121]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37603</uri>
			</author>
			<updated>2017-07-18T14:06:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117365#p117365</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: поиск переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117344#p117344" />
			<content type="html"><![CDATA[<p>Яснее выражайся.<br />Где искать? зачем искать?</p>]]></content>
			<author>
				<name><![CDATA[shahlik002]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37352</uri>
			</author>
			<updated>2017-07-18T09:14:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117344#p117344</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: поиск переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117341#p117341" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
F2::
if (A_ScriptName != &quot;&quot;) {
	msgbox, переменная найдена
} else {
	msgbox, Ну не знаю вообще как можно увидеть это сообщение...
}
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2017-07-18T06:47:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117341#p117341</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: поиск переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117339#p117339" />
			<content type="html"><![CDATA[<p>Вроде банальное, но не могу это осуществить.<br />Нужно что бы искал переменную.<br />Если нашел &quot;Переменная найдена&quot;.<br />Если не нашел &quot;Переменная не найдена&quot;.</p>]]></content>
			<author>
				<name><![CDATA[valeron_121]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37603</uri>
			</author>
			<updated>2017-07-18T05:24:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117339#p117339</id>
		</entry>
</feed>
