<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Пару вопросов по IfInString]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8359&amp;type=atom" />
	<updated>2013-06-03T10:18:56Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8359</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Пару вопросов по IfInString]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=72685#p72685" />
			<content type="html"><![CDATA[<p>del</p>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2013-06-03T10:18:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=72685#p72685</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Пару вопросов по IfInString]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=72684#p72684" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2013-06-03T10:15:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=72684#p72684</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Пару вопросов по IfInString]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=72683#p72683" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Hydrogenium]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30160</uri>
			</author>
			<updated>2013-06-03T09:49:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=72683#p72683</id>
		</entry>
</feed>
