<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Пару вопросов по IfInString]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=8359</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8359&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Пару вопросов по IfInString».]]></description>
		<lastBuildDate>Mon, 03 Jun 2013 10:18:56 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Пару вопросов по IfInString]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=72685#p72685</link>
			<description><![CDATA[<p>del</p>]]></description>
			<author><![CDATA[null@example.com (Irbis)]]></author>
			<pubDate>Mon, 03 Jun 2013 10:18:56 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=72685#p72685</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Пару вопросов по IfInString]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=72684#p72684</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>1) почему &quot;=&quot;, а не &quot;:=&quot;</p></blockquote></div><p><a href="http://www.script-coding.com/AutoHotkey/Variables.1.0.46.07.html#2">Выражения</a>. Перечитать много раз подряд.<br /></p><div class="quotebox"><blockquote><p>2) зачем в исключение sleep ?</p></blockquote></div><p>Забейте. Просто так.<br /></p><div class="quotebox"><blockquote><p>3) если я сделаю</p></blockquote></div><p>один из 100 вариантов:<br /></p><div class="codebox"><pre><code>
Haystack = abcdefghijklmnopqrs
Needle =   
If (Needle &lt;&gt; &quot;&quot; &amp;&amp; Haystack ~= Needle) 
    MsgBox, Строка найдена. 
else
    MsgBox, Строка ненайдена!
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Mon, 03 Jun 2013 10:15:42 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=72684#p72684</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Пару вопросов по IfInString]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=72683#p72683</link>
			<description><![CDATA[<div class="codebox"><pre><code>Haystack = abcdefghijklmnopqrs
Needle = abc
IfInString, Haystack, %Needle%
{
    MsgBox, Строка найдена.
    return
}
else
    Sleep, 1</code></pre></div><p><span class="bbu">Источник:</span> <a href="http://www.script-coding.com/AutoHotkey/IfInString.html">http://www.script-coding.com/AutoHotkey/IfInString.html</a></p><br /><p><strong>1)</strong> почему &quot;=&quot;, а не &quot;:=&quot;<br />это одно и тоже ?</p><p><strong>2)</strong> зачем в исключение sleep ?</p><p><strong>3)</strong> если я сделаю </p><div class="codebox"><pre><code>Needle = </code></pre></div><p>то тоже выскочит &quot;Строка найдена&quot;, как этого избежать ?</p>]]></description>
			<author><![CDATA[null@example.com (Hydrogenium)]]></author>
			<pubDate>Mon, 03 Jun 2013 09:49:23 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=72683#p72683</guid>
		</item>
	</channel>
</rss>
