<?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=15735&amp;type=atom" />
	<updated>2020-10-23T06:28:36Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15735</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подсчёт одинаковых слов в переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=142715#p142715" />
			<content type="html"><![CDATA[<p>Ну, пришли, так пришли. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-10-23T06:28:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=142715#p142715</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подсчёт одинаковых слов в переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=142714#p142714" />
			<content type="html"><![CDATA[<p>Я в итоге пришел к такому выводу:</p><div class="codebox"><pre><code>
StringReplace, _, VAR, файл,, UseErrorLevel
Pan := % ErrorLevel
Msgbox, %Pan%
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Clannad5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39853</uri>
			</author>
			<updated>2020-10-23T05:02:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=142714#p142714</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подсчёт одинаковых слов в переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=142713#p142713" />
			<content type="html"><![CDATA[<p>Так не лучше.<br /></p><div class="codebox"><pre><code>str := &quot;Файл пришел на Файлообменник&quot;
StrReplace(str, &quot;Файл&quot;, &quot;Файл&quot;, count)
MsgBox, % count</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2020-10-23T01:09:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=142713#p142713</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подсчёт одинаковых слов в переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=142710#p142710" />
			<content type="html"><![CDATA[<p>Но лучше так:<br /></p><div class="codebox"><pre><code>str := &quot;Файл пришел Файл ушел Рам Файл&quot;
StrReplace(str, &quot;Файл&quot;, &quot;Файл&quot;, count)
MsgBox, % count</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-10-22T17:57:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=142710#p142710</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Подсчёт одинаковых слов в переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=142709#p142709" />
			<content type="html"><![CDATA[<p>Можно с помощью <em>RegExMatch()</em> найти позицию ближайшего совпадения, прибавить к счётчику +1 и продолжить искать совпадения со следующей позиции, пока совпадения не закончатся. Потом посмотреть на счётчик.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-10-22T15:35:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=142709#p142709</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Подсчёт одинаковых слов в переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=142706#p142706" />
			<content type="html"><![CDATA[<p>Здравствуйте!</p><p>Есть текст</p><div class="codebox"><pre><code>
Файл пришел Файл ушел Рам Файл
</code></pre></div><p>Как подсчитать количество найденного слова &quot;Файл&quot;?</p>]]></content>
			<author>
				<name><![CDATA[Clannad5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39853</uri>
			</author>
			<updated>2020-10-22T03:45:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=142706#p142706</id>
		</entry>
</feed>
