<?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=16199</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16199&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Поиск запятой в конце текста».]]></description>
		<lastBuildDate>Mon, 22 Mar 2021 17:41:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Поиск запятой в конце текста]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=146883#p146883</link>
			<description><![CDATA[<p><strong>ypppu</strong> благодарю</p>]]></description>
			<author><![CDATA[null@example.com (Morux2112)]]></author>
			<pubDate>Mon, 22 Mar 2021 17:41:28 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=146883#p146883</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Поиск запятой в конце текста]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=146881#p146881</link>
			<description><![CDATA[<div class="codebox"><pre><code>Haystack := &quot;1234tt55бб,&quot;
Needle   := &quot;,&quot;

Lenght := % StrLen(Haystack)
FoundPos := InStr(Haystack, Needle, CaseSensitive := false, StartingPos := Lenght, Occurrence := 1)

If (FoundPos = Lenght)
MsgBox, В конце стоит запятая
Else MsgBox, В конце не стоит запятая
Return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Mon, 22 Mar 2021 17:14:03 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=146881#p146881</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Поиск запятой в конце текста]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=146875#p146875</link>
			<description><![CDATA[<p>Здравствуйте. Есть определенный текст (например: привет,). И если в конце этого текста будет запятая, то AHK будет делать одно действие. А если в конце не будет запятой, то другое. Не поможете реализовать?</p>]]></description>
			<author><![CDATA[null@example.com (Morux2112)]]></author>
			<pubDate>Mon, 22 Mar 2021 16:42:07 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=146875#p146875</guid>
		</item>
	</channel>
</rss>
