<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Подсчёт одинаковых слов в переменной]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=15735</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15735&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Подсчёт одинаковых слов в переменной».]]></description>
		<lastBuildDate>Fri, 23 Oct 2020 06:28:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Подсчёт одинаковых слов в переменной]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=142715#p142715</link>
			<description><![CDATA[<p>Ну, пришли, так пришли. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 23 Oct 2020 06:28:36 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=142715#p142715</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Подсчёт одинаковых слов в переменной]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=142714#p142714</link>
			<description><![CDATA[<p>Я в итоге пришел к такому выводу:</p><div class="codebox"><pre><code>
StringReplace, _, VAR, файл,, UseErrorLevel
Pan := % ErrorLevel
Msgbox, %Pan%
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Clannad5)]]></author>
			<pubDate>Fri, 23 Oct 2020 05:02:40 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=142714#p142714</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Подсчёт одинаковых слов в переменной]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=142713#p142713</link>
			<description><![CDATA[<p>Так не лучше.<br /></p><div class="codebox"><pre><code>str := &quot;Файл пришел на Файлообменник&quot;
StrReplace(str, &quot;Файл&quot;, &quot;Файл&quot;, count)
MsgBox, % count</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Fri, 23 Oct 2020 01:09:49 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=142713#p142713</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Подсчёт одинаковых слов в переменной]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=142710#p142710</link>
			<description><![CDATA[<p>Но лучше так:<br /></p><div class="codebox"><pre><code>str := &quot;Файл пришел Файл ушел Рам Файл&quot;
StrReplace(str, &quot;Файл&quot;, &quot;Файл&quot;, count)
MsgBox, % count</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 22 Oct 2020 17:57:29 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=142710#p142710</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Подсчёт одинаковых слов в переменной]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=142709#p142709</link>
			<description><![CDATA[<p>Можно с помощью <em>RegExMatch()</em> найти позицию ближайшего совпадения, прибавить к счётчику +1 и продолжить искать совпадения со следующей позиции, пока совпадения не закончатся. Потом посмотреть на счётчик.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Thu, 22 Oct 2020 15:35:54 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=142709#p142709</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Подсчёт одинаковых слов в переменной]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=142706#p142706</link>
			<description><![CDATA[<p>Здравствуйте!</p><p>Есть текст</p><div class="codebox"><pre><code>
Файл пришел Файл ушел Рам Файл
</code></pre></div><p>Как подсчитать количество найденного слова &quot;Файл&quot;?</p>]]></description>
			<author><![CDATA[null@example.com (Clannad5)]]></author>
			<pubDate>Thu, 22 Oct 2020 03:45:17 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=142706#p142706</guid>
		</item>
	</channel>
</rss>
